apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
50 stars 42 forks source link

#66: Add Human-readable description of MessageId object #93

Closed erichare closed 1 year ago

erichare commented 1 year ago

@BewareMyPower sorry this took so long, got distracted by some other things. I didn't realize this was already implemented in the C++ client .... at least if i'm not crazy :) So basically I just pulled a binding (same as the str binding) for repr, and now the MessageId object looks like the following. Is this sufficient for purposes of this task?

Screenshot 2023-02-14 at 12 40 20 PM