-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZeroMQ without cgo? #218
Comments
Hey! This is a great suggestion and sounds like a clear value add 🙂 Couple of questions:
|
To answer your questions.
|
OK awesome. Feel free to re-use or take liberties from the already existing test suite. Also I'll assign this issue to you. Let me know if you need any assistance and thanks for the initiative here 😃 |
I have one question at the moment that you could answer before I create the PR. Would you like to have this new component included in the default all build or not. Since they are named differently they can coexist but I could use build tags and for example |
Don't worry about both components co-existing. So long as the components are named differently, I think include it in the At a later stage, and if we have evidence that both components ( Open the PR whenever you're ready 👍 |
I would like to use zeromq from time to time, but I don't like having to use CGO.
Would there be any interest if I made a new set of components
zmq4n
(instead ofzmq4
) using native go and the library https://github.com/go-zeromq/zmq4 ?The text was updated successfully, but these errors were encountered: