streamnative / pulsar-client-go

Apache Pulsar Go Client Library
https://pulsar.apache.org/
Apache License 2.0
1 stars 2 forks source link

ISSUE-640: when grabCnx/grabConn throw error while create client ,And client will be failure to bean created. but it is not neccessary. and this handle-way is different with java client #231

Open sijie opened 3 years ago

sijie commented 3 years ago

Original Issue: apache/pulsar-client-go#640


while create producer or consumer. the code like this image image

this handle way is different with java client . and java code is this image it will retry to connect without throw error.