c# - ZeroMQ High Availability over SSL -
i have worked on poc zeromq project in c# language in had 1 zeromq server , 1 zeromq client connected through sockets (tcpip) data exchange , worked well.
now actual project require 2 things:
- high availability
- secure transport (like https)
i have checked documentation of zeromq version 4 , seems started support encryption there still no support https.
for high availability planning prepare 2 machines server not sure how routing work did not find relative sample code that.
kindly these 2 points.
Comments
Post a Comment