RobertIndie opened a new issue, #1063:
URL: https://github.com/apache/pulsar-client-go/issues/1063

   **Is your feature request related to a problem? Please describe.**
   If the producer/consumer/client fails to close, the go client only logs the 
error instead of returning to the user.
   
https://github.com/apache/pulsar-client-go/blob/e45122c2defc5efd4efc493d0acef278a7ccfc01/pulsar/producer_partition.go#L1295-L1297
   
   
   **Describe the solution you'd like**
   Add the return type to the `Close()` method:
   ```go
   Close() error
   ```
   If there are any errors, return back to the user's code.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to