You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/07 19:09:36 UTC

[GitHub] rdhabalia commented on a change in pull request #548: PIP-1 - Introduce Pulsar proxy component

rdhabalia commented on a change in pull request #548: PIP-1 - Introduce Pulsar proxy component
URL: https://github.com/apache/incubator-pulsar/pull/548#discussion_r126213369
 
 

 ##########
 File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java
 ##########
 @@ -77,6 +78,8 @@
     private final int maxNumberOfRejectedRequestPerConnection;
     private final int rejectedRequestResetTimeSec = 60;
 
+    private String targetBrokerAddress = null;
 
 Review comment:
   do you think if we can add `proxy` in the name it will easy to understand.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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