Re: [zeromq-dev] Go binding support of zeromq

2017-09-27 Thread Brian Knox via zeromq-dev
Hello Jay! I'm the original author of zeromq/goczmq, and I've used pebbe/zmq4 as well. I'll do my best to answer your questions! 1. Both pebbe/zmq4 and zeromq/goczmq support ZeroMQs security features. 2. The performance in my experience is reasonably the same. The main difference in my mind is ze

[zeromq-dev] Go binding support of zeromq

2017-09-27 Thread Jay Sharma
Hello All, I want to use go binding of zeromq. >From official website I came to know about 2 available go bindings for zeromq: https://github.com/zeromq/goczmq http://github.com/pebbe/zmq4 I am bit confused which one to use. I have some questions: 1. Which binding is supporting full "Security f