You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/13 04:10:56 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #6720: Make ServerCnx independent of Netty

sijie commented on a change in pull request #6720: Make ServerCnx independent of Netty
URL: https://github.com/apache/pulsar/pull/6720#discussion_r407309516
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java
 ##########
 @@ -65,7 +65,7 @@
 public class Consumer {
     private final Subscription subscription;
     private final SubType subType;
-    private final ServerCnx cnx;
+    private final PulsarServerCnx cnx;
 
 Review comment:
   what is the motivation of renaming `ServerCnx` to `PulsarServerCntx`? Can we avoid renaming this file?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services