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 on #9515 is to deprecate `context.NewOutputMesage()`, 
disallowing direct access to producers entirely, but since these are separate 
issues, `context.NewOutputMessage()` could be replaced with 
`context.NewProducer()`, which does not use cache at all and then the caching 
issues could be addressed in #9515, thoughts?


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