You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/27 15:57:47 UTC

[GitHub] [pulsar] grantwwu opened a new issue #4626: Python Pulsar client producer send should return messageId

grantwwu opened a new issue #4626: Python Pulsar client producer send should return messageId
URL: https://github.com/apache/pulsar/issues/4626
 
 
   **Is your feature request related to a problem? Please describe.**
   The Python client does not return a Message ID for `send` on producers.  `send_async` also seems to return a bogus message ID.
   
   **Describe the solution you'd like**
   Match the behavior of the Java Pulsar client, which is documented to return a message ID.
   
   **Describe alternatives you've considered**
   Outside of horrendous hacks involving creating a consumer at the same time and getting messages that way, I can't think of any.
   
   **Additional context**
   https://pulsar.apache.org/api/python/#pulsar.Producer.send
   https://pulsar.apache.org/api/client/org/apache/pulsar/client/api/Producer.html#send-T-

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


With regards,
Apache Git Services