Currently the `MessageId` cannot be converted to a human readable string. ```python >>> producer.send('hello'.encode('utf-8')) <_pulsar.MessageId object at 0x00000226E895AC70> ```