leizhiyuan commented on code in PR #16672:
URL: https://github.com/apache/pulsar/pull/16672#discussion_r939633832


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ConsistentHashingStickyKeyConsumerSelector.java:
##########
@@ -143,4 +145,8 @@ public Map<Consumer, List<Range>> 
getConsumerKeyHashRanges() {
         }
         return result;
     }
+
+    private String getConsumerUniqueId(Consumer consumer) {

Review Comment:
   should we make consumerUniqueId a method of Consumer?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to