RobertIndie commented on PR #1055: URL: https://github.com/apache/pulsar-client-go/pull/1055#issuecomment-1639999852
> And I checked the code of java client ProducerImpl.sendAsync(), it seems schema encoding and compressing are done in the user's/application's thread. Thanks. @gunli I also found a bug related to this: https://github.com/apache/pulsar-client-go/issues/1057 The initial idea I came up with is to have the operation of pushing a message to the producer queue happen in the user thread. Just like the Java client did. Let's move this discussion into that issue(or a new issue if it's not related). -- 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]
