BewareMyPower commented on issue #66:
URL: 
https://github.com/apache/pulsar-client-python/issues/66#issuecomment-1420043947

   I think we can follow the description of the Java client, i.e. `1:2:3` means 
the ledger id is 1, entry id is 2, partition index is 3. `1:2:3:4` means the 
batch index is 4 in addition to `1:2:3`. We can reuse the implementation of the 
C++ client and we should modify the C++ wrapper becase `send` API returns the 
`MessageId` in the `_pulsar` module, not `pulsar`. It should be easy to 
implement, see examples here: 
https://pybind11.readthedocs.io/en/stable/advanced/classes.html
   
   ```c++
           .def("__repr__", &Vector2::toString);
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to