Skip to content

No Echo in nats jetstream #4287

Answered by aricart
anil1996 asked this question in Q&A
Jul 5, 2023 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

Your issue is that you are publishing on nats core (where the no-echo) implements functionality - but you are creating a jetstream consumer that is processing messages from a stream that captures the message you are publishing. In JetStream you are processing messages from a stream, the fact that you also published that message is not known to JetStream and no-echo has no effect on that.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by aricart
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aricart
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants