apache / rocketmq-client-python

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

Any ways to acquire message other than callback functions in PushConsumer #107

Open lipeng28 opened 3 years ago

lipeng28 commented 3 years ago

Hi There

Do you provide any ways to acquire messages other than callback function in PushConsumer.

Thanks Peng

francisoliverlee commented 3 years ago

when and where you need the message ?

jiaklop9 commented 4 months ago

other asyncio coroutine need callback data, how to get it?