Skip to content

Commit

Permalink
Add attention
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Nov 15, 2024
1 parent 4cf6f88 commit 9c1c07c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pip/pip-392.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ If 10 consumers are created using a `regex` subscription with the `Failover type
## Out of Scope
- Excluding the `exclusive` subscription type.

It's important to note that both the `modulo algorithm` and the `consistent hashing algorithm` can cause the consumer to be transferred.
This might result in messages being delivered multiple times to consumers, which is a known issue and has been mentioned in the documentation.
https://pulsar.apache.org/docs/4.0.x/concepts-messaging/#failover

# High Level Design
The solution involves adding a configuration setting that allows users to enable consistent hashing for partitioned topics.
Expand Down

0 comments on commit 9c1c07c

Please sign in to comment.