Skip to content
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

Add support for no echo #145

Closed
kozlovic opened this issue Jun 29, 2018 · 0 comments
Closed

Add support for no echo #145

kozlovic opened this issue Jun 29, 2018 · 0 comments

Comments

@kozlovic
Copy link
Member

Server feature added in this PR: nats-io/nats-server#698

kozlovic added a commit that referenced this issue Jul 27, 2018
A new option can be set with `natsOptions_SetNoEcho()` to instruct
the server to not send back messages originating from a connection
to its matching subscriptions.

This requires server to be at version 1.2.0 and above. If the
option is set to true and connection is maded agains an older
server, the connect will fail with error NATS_NO_SERVER_SUPPORT.

Resolves #145

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant