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 2020/04/26 09:17:46 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #6785: go client: message ID serialization / deserialization does not work with multi-topic consumers

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