merlimat opened a new pull request #284: URL: https://github.com/apache/pulsar-client-go/pull/284
### Motivation Use individual instances of compression providers for each producer/consumer, with a defined lifecycle, instead of a static singleton instance. Some compression implementation can use private state to improve the performance. Typically these need to be used by a single go-routine. For this, it's better to have private instances. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
