apache / rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ
https://rocketmq.apache.org/
Apache License 2.0
321 stars 206 forks source link

Golang: PushConsumer mode #169

Closed guyinyou closed 2 years ago

guyinyou commented 2 years ago

Also need to support pushconsumer mode in golang.

The specific design and process are as follows. https://github.com/apache/rocketmq-clients/blob/master/docs/workflow.md

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 3 days since being marked as stale.

guyinyou commented 1 year ago

Also need to support pushconsumer mode in golang.

The specific design and process are as follows. https://github.com/apache/rocketmq-clients/blob/master/docs/workflow.md

Refer to the implementation of java will become clearer: https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/PushConsumerImpl.java

buptxxb65 commented 1 year ago

@guyinyou Hi! The file workflow.md is disappeared. I wonder if it is important as a reference. If so, could you please send a new link ?

guyinyou commented 1 year ago

@guyinyou Hi! The file workflow.md is disappeared. I wonder if it is important as a reference. If so, could you please send a new link ? The link is correct, but there is a problem with clicking the jump

https://github.com/apache/rocketmq-clients/blob/master/docs/workflow.md

AllenZMC commented 1 week ago

Is PushConsumer implemented? @guyinyou