You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/29 06:36:39 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #627: Fix reconnection logic when topic is deleted

wolfstudy opened a new pull request #627:
URL: https://github.com/apache/pulsar-client-go/pull/627


   Signed-off-by: xiaolongran <xi...@tencent.com>
   
   
   Fixes #623
   
   
   ### Motivation
   
   As #623 said, when the topic is deleted forced, we don't should trying to reconnect, instead of giving up reconnection.
   
   
   ### Modifications
   
   - Fix prodcuer reconnetion logic
   - Fix consumer reconnection logic
   
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] zymap merged pull request #627: Fix reconnection logic when topic is deleted

Posted by GitBox <gi...@apache.org>.
zymap merged pull request #627:
URL: https://github.com/apache/pulsar-client-go/pull/627


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on pull request #627: Fix reconnection logic when topic is deleted

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #627:
URL: https://github.com/apache/pulsar-client-go/pull/627#issuecomment-929880623


   ![image](https://user-images.githubusercontent.com/20965307/135215764-4bac7ff7-c335-45a1-a38d-a175b45e8e56.png)
   This is the effect after the repair. When receiving the TopicNotFound error, we should jump out of the reconnection cycle, wait for sendTimeout, and automatically close the current producer process


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on pull request #627: Fix reconnection logic when topic is deleted

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #627:
URL: https://github.com/apache/pulsar-client-go/pull/627#issuecomment-929880623


   ![image](https://user-images.githubusercontent.com/20965307/135215764-4bac7ff7-c335-45a1-a38d-a175b45e8e56.png)
   This is the effect after the repair. When receiving the TopicNotFound error, we should jump out of the reconnection cycle, wait for sendTimeout, and automatically close the current producer process


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] zymap merged pull request #627: Fix reconnection logic when topic is deleted

Posted by GitBox <gi...@apache.org>.
zymap merged pull request #627:
URL: https://github.com/apache/pulsar-client-go/pull/627


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org