wolfstudy opened a new pull request #8350:
URL: https://github.com/apache/pulsar/pull/8350


   Signed-off-by: xiaolong.ran <[email protected]>
   
   
   ### Motivation
   
   
   Currently, in Java Functions, the documentation of the context interface is 
missing as follows:
   
   ```
       <O> TypedMessageBuilder<O> newOutputMessage(String topicName, Schema<O> 
schema) throws PulsarClientException;
       <O> ConsumerBuilder<O> newConsumerBuilder(Schema<O> schema) throws 
PulsarClientException;
   ```
   
   ### Modifications
   
   - Add the `newOutputMessage()` interface from 2.4.0
   - Add the `newConsumerBuilder()` interface from 2.6.0
   


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