merlimat commented on a change in pull request #548: PIP-1 - Introduce Pulsar
proxy component
URL: https://github.com/apache/incubator-pulsar/pull/548#discussion_r126525455
##########
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:
Sure, will rename that
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services