sijie commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-586026511 > add a flag to producers which controls whether producerName or producerGroupName should be used for deduplication Do we need an extra flag? Can we just reply on whether `producerGroupName` is set or not? If `producerGroupName` is set, deduplicated using group name; otherwise using `producer name`.
---------------------------------------------------------------- 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
