How to load balancing multiple Netty TCP socket server with nginx stream module? -
i need load balancing tcp socket connections multiple netty.io server. @ nginx 1.9, has stream-module, support load balancing tcp socket. test success 1 traccar server. nginx listener port 5095 , forward package port 5005 of traccar server. multiple server, problem happen. devicex open socket servera, send package serverb.
please give me advice! thank much.
i test module stream.i have 3 server x,y,z, , 3 client a,b,c. , don't see problem loss connected think. clienta open socket serverx,and communication send serverx. if clienta close connection socket , reopen it, clienta communicate servery, , communication send servery.
Comments
Post a Comment