sion about a proposal to
> enable queueing semantics for Kafka, which is a superset of the feature you
> are talking about. Feel free to check KIP-932:
>
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka
>
> Hope this helps,
> Colt McNealy
>
&g
I'm interested in knowing if we can achieve parallelism by allowing
multiple consumers to subscribe to a single partition of a topic.
To explore potential solutions, I'm considering the following approach.
1. Implementing a locking mechanism to control access to the offsets in a
partition to avoi