BewareMyPower commented on issue #6785:
URL: https://github.com/apache/pulsar/issues/6785#issuecomment-619515641


   It's the flaw of C wrapper. C++ `MessageId` provide `setTopicName()` / 
`getTopicName()` methods, but the C wrapper doesn't have similar functions like:
   
   ```c
   void pulsar_message_set_topic_name(pulsar_message_id_t *messageId, const 
char* topicName);
   char* pulsar_message_get_topic_name(pulsar_message_id_t *messageId);
   ```


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


Reply via email to