Here [1], you can find a tutorial.
There is no way to create a super stream programmatically with the stream clients.
You have three ways:
- rabbitmq-streams add_super_stream ...
- use the AMQP client and create exchange / stream queues with the right bindings
- use the HTTP API to create exchange / stream queues with the right bindings
-
Gabriele