lhotari commented on code in PR #25142:
URL: https://github.com/apache/pulsar/pull/25142#discussion_r2691030966


##########
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ParserProxyHandler.java:
##########
@@ -125,54 +135,76 @@ public void channelRead(ChannelHandlerContext ctx, Object 
msg) {
                     logging(ctx.channel(), cmd.getType(), "{producer:" + 
producerName
                             + ",topic:" + cmd.getProducer().getTopic() + "}", 
null);
                     break;
-
+                case CLOSE_PRODUCER:

Review Comment:
   I haven't added new tests in this PR. The 
`org.apache.pulsar.proxy.server.ProxyParserTest` and 
`org.apache.pulsar.proxy.server.ProxyStatsTest` tests cover functionality such 
that these changes don't break existing functionality.



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