Hello, I have a question, I am starting in the architecture of Microservices and I have the question of whether or not to manage a WebSocket I should create a dedicated microservice. My doubt arises because from what I understand, Microservices are disposable due to their possible replicas depending on the load.
Should the API-Gateway be the one who handles the socket? I don’t like that idea very much but you know more than I do, I appreciate any information!