AnonHxy commented on code in PR #18265:
URL: https://github.com/apache/pulsar/pull/18265#discussion_r1015324604


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Producer.java:
##########
@@ -335,7 +348,7 @@ public TransportCnx getCnx() {
         return this.cnx;
     }
 
-    private static final class MessagePublishContext implements 
PublishContext, Runnable {
+    private static final class MessagePublishContext implements 
PublishContext, Runnable, Position {

Review Comment:
   I wonder why  `MessagePublishContext` implements `Position`



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