rdhabalia commented on pull request #11743:
URL: https://github.com/apache/pulsar/pull/11743#issuecomment-905130791


   > We should find a way to build a MessageImpl in KOP without using 
TypedMessageBuilderImpl.
   > if we need a MessageImpl then we need a public API to create an instance 
of a Message without using a Producer
   
   Yes, `Message` creation should not depend on `Producer`. iirc, it was there 
in V1 API but it has changed with the v2 API. I guess, one of the solutions is 
to provide API to create MessageBuilder from `Message` which can be used by 
applications to create messages independently. 


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to