flowchartsman edited a comment on pull request #9513:
URL: https://github.com/apache/pulsar/pull/9513#issuecomment-782183735


   > What I am really concerned is, context.outputMessage() might return user a 
dead producer, and user cannot recreate it because it is cached.
   
   My proposal is to deprecate `context.OutputMesage()`, disallowing direct 
access to producers entirely. Alternatively, it could be replaced with 
`context.NewProducer()`, which does not use the cache at all, providing the 
best of both worlds.


----------------------------------------------------------------
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]


Reply via email to