You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/07 08:55:21 UTC

[GitHub] [rocketmq-client-go] wolftankk opened a new issue #194: PushConsumer does not auto create group

wolftankk opened a new issue #194: PushConsumer does not auto create group
URL: https://github.com/apache/rocketmq-client-go/issues/194
 
 
   It has 2 problems:
   
   1. topic has created, but client say not exists.
   2. it's not auto creating a group.
   
   ```
   INFO[0000] the consumerGroup=go-auto-create-group start beginning. messageModel=Clustering, unitMode=false 
   WARN[0000] do balance of group: go-auto-create-group, but topic: RECHARGE_MOBILE does not exist. 
   WARN[0000] do balance of group: go-auto-create-group, but topic: %RETRY%go-auto-create-group does not exist.
   
   WARN[0000] query topic route from server error: topic not exist 
   the topic=%RETRY%go-auto-create-group route info not found, it may not exist
   exit status 255
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services