yittg commented on a change in pull request #5165: [PIP-43] Support producer to 
send msg with different schema
URL: https://github.com/apache/pulsar/pull/5165#discussion_r334361724
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerBase.java
 ##########
 @@ -73,6 +81,14 @@ public MessageId send(T message) throws 
PulsarClientException {
         return new TypedMessageBuilderImpl<>(this, schema);
     }
 
+    // TODO: same parameterized type `T` with producer for the moment,
 
 Review comment:
   Should I just edit the master issue, with a checklist, or new a issue for 
each TODO?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to