How to setup a single active consumer in a stream #10919
Unanswered
heldergomes
asked this question in
Questions
Replies: 3 comments 2 replies
-
One of my co-workers who knows more about this will probably chime in (paging @acogoluegnes and @Gsantomaggio), but I thought I'd first request some information from you:
I'm assuming you have read the docs and blog post: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I've read those posts, but because our applications is written in Python, is not that clear, anyways, I will try to test this feature with jave in order to figure it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I working in a project which we have a really nice problem that we could solve with stream, because we have many consumers that need to read the same message, however because each consumer has many pods in k8s, we need to use single active consumer.
We are struggling to figure out how to set up this argument, it seems that the stream doesn't have the option to put single active consumer in the rabbit interface.
Could someone give a clue how I can setup the single active consumer feature in my stream ?
Beta Was this translation helpful? Give feedback.
All reactions