Relative Content

Tag Archive for pythonpython-3.xrocketmq

rocketmq consumer group can’t commit its offset in python

I use module rocketmq_client_python(version=0.4.4) to code my function in python3.8.10 which create a consumer to listen to the rocketmq server and uses the callback function msgListener to process the information. After processing is done in the callback function, the callback function creates another producer and sends the message back.