apache / rocketmq-client-python

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

Sending message in asynchronous mode #130

Open wangkuntian opened 1 year ago

wangkuntian commented 1 year ago

Hello, I want to use this client to send message in asynchronous mode, but I found that this repository has removed this method already in this. I want to know why remove this method and If I want to send async message what should I do.