apache / rocketmq-client-python

Apache RocketMQ python client
https://rocketmq.apache.org/
Apache License 2.0
271 stars 95 forks source link

There is no document about rocketmq in python . #119

Open Green-16 opened 2 years ago

Green-16 commented 2 years ago

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.

ifplusor commented 2 years ago

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.

Green-16 commented 2 years ago

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.

Green-16 commented 2 years ago

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.