lxkaka commented 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 borker ip
     add = 'pulsar:// ip-172-31-xx-xx.cn-north-1.compute.internal:6650'
    #  this is lb dns
     add1 = 
'pulsar://pulsar-internal-611b37bee1faecc4.elb.cn-north-1.amazonaws.com.cn:6650'
     client = pulsar.Client(add1)
   ```
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to