Jetstream Max Consumers per Stream #4797
-
Hi all, is there a limit of consumers per stream? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There can be limits set yes. Consumers can range from heavy weight state machines with consensus (NRG). Those will not support what you are looking for. For what you are looking for, I would suggest getting in touch with us here at Synadia to help design the system. It's possible, but you can not use a traditional consumer here, and would need to look into stream re-publish and gap logic with a mux'd KV for sequence offsets etc. |
Beta Was this translation helpful? Give feedback.
There can be limits set yes. Consumers can range from heavy weight state machines with consensus (NRG). Those will not support what you are looking for.
For what you are looking for, I would suggest getting in touch with us here at Synadia to help design the system. It's possible, but you can not use a traditional consumer here, and would need to look into stream re-publish and gap logic with a mux'd KV for sequence offsets etc.