EugenDueck edited a comment on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-586761800 I just realized that with a `producerGroup` field, we don't need the _exclusive_ group mode any more, so what remains are _parallel_ (which would be the default) and _failover_. In _parallel_ mode, multiple producers can connect to the same group if their `producerName`s are different. This is the same behavior as before this PR - except of course, that producers with the same `producerName`s can connect to different producer groups. As I'm not implementing _failover_ mode with this PR, I'll remove the `groupMode` for now, as it can be introduced if and when _failover_ mode gets implemented.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
