cbornet commented on a change in pull request #6720:
URL: https://github.com/apache/pulsar/pull/6720#discussion_r435833636
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
##########
@@ -1930,10 +1943,6 @@ public State getState() {
return state;
}
- public SocketAddress getRemoteAddress() {
Review comment:
This does the same thing that `clientAddress()`. Should I keep it for
backward compat ? It would be dead code... So maybe with a deprecation
annotation ?
----------------------------------------------------------------
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:
[email protected]