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:

  1. high availability
  2. 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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -