rabbitmq-stream-go-client
rabbitmq-stream-go-client copied to clipboard
Feature: Super Streams (Partitioned Streams)
The Java Client supports Super Streams as an experimental feature. Super Streams are partitioned streams, with an arbitrary routing logic to route messages from a logical stream to a stream partition (an actual stream).
We can support the same feature in this client, as an experimental feature, before it becomes GA. We will follow the reference implementation from the Java client.
Hi, when will this feature be released?
We don't have an ETA for this feature. It should be delivered with version 2 of this client. We have several clients to follow at the moment. If you feel comfortable, you can open a pull request. Thank you.