Super stream creation using Java Client API #403
Unanswered
vinodreddyb
asked this question in
Q&A
Replies: 2 comments
-
Hello, thanks for using RabbitMQ. Just so you know, if a GitHub repository has both "Issues" and "Discussions", you should use "Discussions" for questions. Issues are for actual bugs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not possible with the stream protocol, we may introduce this feature later though. In the meantime, it is still possible to use plain AMQP, here is how it is done with the AMQP Java client in the test suite: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
As per documentation super stream can be created using CLI
rabbitmq-streams add_super_stream invoices --partitions 3
But how do I create same with Java Client library. I don't find any example in documentation.
Describe the solution you'd like
Provide any example to create super stream from java API
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions