Consumer Filtering Performance #3405
-
Hi nats-io team, I thought of using NATS with multiple streams consuming overlapping subjects, but soon realized the right way to do it is by having a big stream with multiple consumers filtering the subjects by what they want. My concern with that model is that, in my usage i need flexibility over the way topics are viewed, and i might need to replay them oftenly, so i don't know if as data grows, this filtering might get slow as it would need to skip messages not matching it. For example, if i created a stream consuming the subject Thanks in advance for the answer and all the time spent developing this awesome software. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have put alot of work into making that efficient. Try out the 2.9 RC via synadia/nats-server:nightly and test out to verify. |
Beta Was this translation helpful? Give feedback.
We have put alot of work into making that efficient. Try out the 2.9 RC via synadia/nats-server:nightly and test out to verify.