codelipenghui commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-584020796 > if we re-use "producer name" for identifying the group, does it affect stats returned by topic stats @sijie Yes, the producer name is returned in PublisherStats, if use `producer name` for identifying the group, we also need an extra attribute(IP? or others). If added `producer group name` for identifying the group, we can format the producer name as `group-name/producer-name`. If the producer group name is absent, keep up with the current.
---------------------------------------------------------------- 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
