rocketmq-clients
rocketmq-clients copied to clipboard
Golang: Somethings todo in the near future
Currently the golang sdk has submitted the first beta version(#160 ), there are still some things todo
~~#166 GenMessageId~~ #167 onVerifyMessageCommand #168 Supports the ability to upload span to the user's server #169 PushConsumer mode ~~#170 PrintThreadStackTrace~~ ~~#171 Grpc connection failed~~
~~https://github.com/apache/rocketmq-clients/issues/179 Make each 'Client' have an independent 'ClientManager'~~ ~~https://github.com/apache/rocketmq-clients/issues/180 Make sure 'syncsettings()' succeeds before the client startup~~ ~~https://github.com/apache/rocketmq-clients/issues/181 Print requestId to log~~ ~~https://github.com/apache/rocketmq-clients/issues/182 Try to recover the When the observer is release~~
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.
@guyinyou which one of these issues is most important to work on in your opinion?
@guyinyou which one of these issues is most important to work on in your opinion?
Moved by your enthusiasm and looking forward to your contribution. Here are some of the more important things that haven't been done yet.
bugfix: https://github.com/apache/rocketmq-clients/issues/294 new feature: pushConsumer #169
Is PushConsumer implemented? @guyinyou