pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 163 forks source link

Security support in zmq4 #112

Closed jay11ca39 closed 6 years ago

jay11ca39 commented 6 years ago

Hello @pebbe,

I want to use zeroMQ for my project. My project is in go language. So, I want to use go binding for zeroMQ.

I got to know there are 2 go bindings available: (a) http://github.com/pebbe/zmq4 (b) https://github.com/zeromq/goczmq

Source: http://zeromq.org/bindings:go

But I have a few questions:

  1. Is security feature is fully supported in this binding?
  2. Is there is any performance comparison between : This binding and https://github.com/zeromq/goczmq ?

It is a blocker for me, which one to choose. can you please help me out in this. Thanks in advance.

pebbe commented 6 years ago
  1. Yes, I think so. See https://github.com/pebbe/zmq4/tree/master/examples_security
  2. Not that I know of.
jay11ca39 commented 6 years ago

Hi @pebbe ,

I am using this library as it is providing the simple APIs from developer point of view. I have one question: Is zmq4 is thread safe? As per my understanding it is not. can you please tell me as you are the developer of this. Thanks in advance.