Replies: 1 comment 4 replies
-
Which stream client library are you using? Super streams are not supported out of the box with AMQP. No stream library supports partition changes automatically AFAIK, the applications must be restarted to discover the new topology. Apart from scaling out, super streams are meant to maintain the message ordering within a partition (e.g. having all the messages for a given key in the same partition with appropriate routing). Changing the number of partitions breaks this guarantee. Would you mind telling us more about your use case, the need for super streams, and the need to change the number of partitions? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I believe clients already use AMQP to get information related to super streams. Maybe, the same AMQP connection can be used to update the clients
Beta Was this translation helpful? Give feedback.
All reactions