lxkaka edited a comment on issue #3225: python example with aws loadbalancer connection stuck URL: https://github.com/apache/pulsar/issues/3225#issuecomment-449221967 @sijie, thanks for reply. telnet no problem ``` import pulsar # this is one of borkers ip add = 'pulsar:// ip-172-31-xx-xx.cn-north-1.compute.internal:6650' # this is lb dns add1 = 'pulsar://pulsar-internal-xxxxx.elb.cn-north-1.amazonaws.com.cn:6650' client = pulsar.Client(add1) ``` when use broker ip works fine. when use lb dns, the connection stucks shows above.
---------------------------------------------------------------- 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
