bsm / sarama-cluster

Cluster extensions for Sarama, the Go client library for Apache Kafka 0.9 [DEPRECATED]
MIT License
1.01k stars 222 forks source link

What is the behavior of consumer in multiplex mode ? #287

Closed dhbarman closed 5 years ago

dhbarman commented 5 years ago

What is the behavior when a consumer is created in multiplex mode ?

Suppose there are 10 partitions and one consumer-group. On each partition, the messages are available in order. But when a consumer consumes messages from the common channel, are the original order of messages per-partition preserved ? I understand that messages are put into the common channel.

dim commented 5 years ago

please note https://github.com/bsm/sarama-cluster#deprecation-notice