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


   Yes. I tried adding those functions to the C wrapper but I got stuck because 
`MessageId` takes a `std::string&` and there's no `std::string` in C, so 
nothing to take a reference of.
   
   I guess I could add some C wrapper functions that do `new std::string()` and 
`delete` but that feels a little weird.


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