rocketmq-client-python icon indicating copy to clipboard operation
rocketmq-client-python copied to clipboard

There is no document about rocketmq in python .

Open Green-16 opened this issue 4 years ago • 3 comments

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.

Green-16 avatar Nov 29 '21 08:11 Green-16

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 avatar Nov 29 '21 08:11 ifplusor

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 avatar Nov 29 '21 09:11 Green-16

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.

Green-16 avatar Nov 29 '21 09:11 Green-16