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

Partitions [command]

Open korsmakolnikov opened this issue 4 years ago • 1 comments

PartitionsQuery => Key Version CorrelationId SuperStream Key => uint16 // 25 Version => uint16 CorrelationId => uint32 SuperStream => string

PartitionsResponse => Key Version CorrelationId [Stream] Key => uint16 // 25 Version => uint16 CorrelationId => uint32 Stream => string

korsmakolnikov avatar Jul 26 '21 16:07 korsmakolnikov

part of https://github.com/rabbitmq/rabbitmq-stream-rust-client/issues/204

Gsantomaggio avatar May 24 '24 09:05 Gsantomaggio