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/07/12 07:13:08 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new issue #564: Support handleSendError command in Go SDK

wolfstudy opened a new issue #564:
URL: https://github.com/apache/pulsar-client-go/issues/564


   **Is your feature request related to a problem? Please describe.**
   
   When the broker is processing the connection failure, it will throw a ServerError to the client. The current Go SDK does not handle this scenario, and we need to add the corresponding code logic for this
   
   **Describe the solution you'd like**
   
   In `commands.go`, add this logic:
   
   ```
   	case pb.BaseCommand_SEND_ERROR:
   		cmd.SendError = msg.(*pb.CommandSendError)
   ```
   
   


-- 
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 closed issue #564: Support handleSendError command in Go SDK

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #564:
URL: https://github.com/apache/pulsar-client-go/issues/564


   


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