How to create a SuperStream with partitions? #278
Closed
anschauanderson
started this conversation in
General
Replies: 3 comments
-
There is no way to create a super-stream programmatically. However, you can use the HTTP API to create it or import the "load definition" feature. Do you use the https://github.com/rabbitmq/cluster-operator ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is also possible to use plain AMQP to declare the exchange, streams, and bind them together. You have to include and use an AMQP client library though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am able to write and consume superstream messages and it works for me.
But when i started de RabbitMQ i need execute a command
rabbitmq-streams add_super_stream MyStreams --partitions 10
How can i create this programmatically when my pod starts?
Beta Was this translation helpful? Give feedback.
All reactions