RobertIndie commented on code in PR #21416:
URL: https://github.com/apache/pulsar/pull/21416#discussion_r1377776697
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java:
##########
@@ -949,7 +949,7 @@ Channel channel() {
return ctx.channel();
}
- SocketAddress serverAddrees() {
+ SocketAddress serverAddress() {
return remoteAddress;
}
Review Comment:
Seems this method isn't being used anywhere. Perhaps we could consider
removing it.
--
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]