Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Replace ZMQ(router/dealer) to NNG in raw mode problem #1790

Closed
mohit-kumawatt opened this issue Feb 28, 2024 · 1 comment
Closed

Replace ZMQ(router/dealer) to NNG in raw mode problem #1790

mohit-kumawatt opened this issue Feb 28, 2024 · 1 comment
Labels

Comments

@mohit-kumawatt
Copy link

i want to replace zmq by nng in my project and in which there are more than one number of dealers where i want to send the message. Can it be possible to replace zmq. and if it is possible then please provide the document of nng raw mode.

@gdamore
Copy link
Contributor

gdamore commented Feb 29, 2024

You probably don't need to use raw mode.

You can use nng_device() to build these kinds of configurations. You only need raw mode if you want to have more direct control over the routing.

The details of the raw mode are specified ind the documentation. Please see for example the documentation for REQ in nng_req.7

@nanomsg nanomsg locked and limited conversation to collaborators Feb 29, 2024
@gdamore gdamore converted this issue into discussion #1791 Feb 29, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants