EugenDueck commented 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_ (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. 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
