rocketmq-client-python
rocketmq-client-python copied to clipboard
There is no document about rocketmq in python .
There is no document ahout rocketmq in python lanaguage, It is really disappointed for someone who use python to develop. In any project, The api have always a document for people who use .
If you have some time, please provide a document that use python language.
Read examples in https://github.com/apache/rocketmq-client-python/blob/master/samples/producer.py and https://github.com/apache/rocketmq-client-python/blob/master/samples/consumer.py is a good start.
Such as msg.born_timestamp and get_message_queue_offset , I don't know the unit of the return value of msg.born_timestamp , I have to test many times, and finally I think the unit is millisecond. The example is nothing ahout what I want.
Read examples in https://github.com/apache/rocketmq-client-python/blob/master/samples/producer.py and https://github.com/apache/rocketmq-client-python/blob/master/samples/consumer.py is a good start.
@ifplusor Thanks ,but the eample's infomation is too little.