WoWsj opened a new issue, #1142: URL: https://github.com/apache/pulsar-client-go/issues/1142
**Is your feature request related to a problem? Please describe.** Hello, I'm currently trying to use pulser-client-go, and it seems very useful and easy. However, producer can occur error and it is really ok. But, in some cases, I want to do some specific behavior based on its error content. But, this package doesn't expose Error's field and doesn't offer any method or easy way to compare errors. So, I need to rewrite errors and write some comparing logic for my business logic. I think it is not good pattern. If it is ok, please expose errors. **Describe the solution you'd like** Expose errors, and let users be able to use error. -- 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]
