Does message batching provide topic isolation #645
-
I don't see it in the readme anywhere, so I thought I would ask. When configuring for batches, is there any guarantee or expectation that a batch would only have messages from a single topic when the consumer is subscribed to multiple topics? |
Beta Was this translation helpful? Give feedback.
Answered by
cloudhunter89
Sep 20, 2023
Replies: 1 comment
-
Topic isolation should not be expected when using batching. If you want to isolate messages by topic and use batching you will need to have a separate subscription for each topic. See also |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cloudhunter89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Topic isolation should not be expected when using batching. If you want to isolate messages by topic and use batching you will need to have a separate subscription for each topic. See also
https://confluentcommunity.slack.com/archives/C051K2TJLPQ/p1695175213239559