bpereto commented on issue #14732:
URL: https://github.com/apache/pulsar/issues/14732#issuecomment-1070907778


   error originating from:
   
https://github.com/apache/pulsar/blob/3a337b8952239136cb77302e22021b3d79154f1c/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyService.java#L210
   
   I think this is the relevant part for binding in netty:
   
https://github.com/netty/netty/blob/d34212439068091bcec29a8fad4df82f0a82c638/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java#L252
   
   references here for the properties, where lobmok is used:   
   
https://github.com/apache/pulsar/blob/branch-2.9/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConfiguration.java#L182
   
   convert with `SocketUtils.socketAddress` string to InetSocketAddress:
   
https://github.com/netty/netty/blob/40382fb1af275e931a765c5001f4b6bd8061991e/common/src/main/java/io/netty/util/internal/SocketUtils.java#L177
   
   but i don't see the thrown exception somewhere in the output or log, but 
there should be one from the thrown `IOException`


-- 
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]


Reply via email to