flowchartsman opened a new issue #9511: URL: https://github.com/apache/pulsar/issues/9511
The multi-dispatch functionality in go (as implemented with `NewOuputMessage()` in #8327) needs some rethinking. The primary concern of this issue is that it creates a new producer for every output message which is then immediately discarded after one message. At the very least, these producers should be cached, as [suggested here](https://github.com/apache/pulsar/pull/8327#discussion_r511014789). The other concern is one of API/Naming, which I have detailed in a separate issue. ---------------------------------------------------------------- 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]
