poorbarcode commented on code in PR #24596:
URL: https://github.com/apache/pulsar/pull/24596#discussion_r2250994027
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java:
##########
@@ -1404,13 +1404,13 @@ protected void handleSubscribe(final CommandSubscribe
subscribe) {
if (consumerFuture.complete(consumer)) {
log.info("[{}] Created subscription on topic
{} / {}",
- remoteAddress, topicName,
subscriptionName);
+ remoteAddress, topicName,
subscriptionName); // TODO consumer id.
Review Comment:
Thanks for mentioning this, I have removed these changes
--
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]