rabbitmq-stream-go-client icon indicating copy to clipboard operation
rabbitmq-stream-go-client copied to clipboard

Feature: Super Streams (Partitioned Streams)

Open Zerpet opened this issue 2 years ago • 2 comments

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.

Zerpet avatar Jun 27 '22 11:06 Zerpet

Hi, when will this feature be released?

kensou97 avatar Jan 11 '23 05:01 kensou97

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.

Gsantomaggio avatar Jan 12 '23 07:01 Gsantomaggio