You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "lvxiao1 (via GitHub)" <gi...@apache.org> on 2023/05/12 08:56:55 UTC

[GitHub] [rocketmq-client-go] lvxiao1 opened a new issue, #1056: Unable to rebalance after adding queues

lvxiao1 opened a new issue, #1056:
URL: https://github.com/apache/rocketmq-client-go/issues/1056

   Client version 2.1.0
   rocketmq version 4.4.0
   os windows10
   
   During application runtime, queues were added to the topic, but the client did not rebalance, requiring a service restart.
   
   ![image](https://github.com/apache/rocketmq-client-go/assets/13183021/ba3c051d-60bd-4ddc-828d-b4c08a19bcf0)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] imp2002 commented on issue #1056: Unable to rebalance after adding queues

Posted by "imp2002 (via GitHub)" <gi...@apache.org>.
imp2002 commented on issue #1056:
URL: https://github.com/apache/rocketmq-client-go/issues/1056#issuecomment-1547515025

   Failed to reproduce and work normal in:
   ```
   Client version: master branch in https://github.com/apache/rocketmq-client-go
   RocketMQ version: 5.1.0
   OS: Windows 10
   ```
   ![image](https://github.com/apache/rocketmq-client-go/assets/41513919/00e06ec5-dc58-4c68-ba26-eafee5cbca50)
   
   Try upgrade client or RocketMQ version?👀


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] cserwen closed issue #1056: Unable to rebalance after adding queues

Posted by "cserwen (via GitHub)" <gi...@apache.org>.
cserwen closed issue #1056: Unable to rebalance after adding queues
URL: https://github.com/apache/rocketmq-client-go/issues/1056


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] lvxiao1 commented on issue #1056: Unable to rebalance after adding queues

Posted by "lvxiao1 (via GitHub)" <gi...@apache.org>.
lvxiao1 commented on issue #1056:
URL: https://github.com/apache/rocketmq-client-go/issues/1056#issuecomment-1547524524

   > Failed to reproduce and work normal in:
   > 
   > ```
   > Client version: master branch in https://github.com/apache/rocketmq-client-go
   > RocketMQ version: 5.1.0
   > OS: Windows 10
   > ```
   > 
   > ![image](https://user-images.githubusercontent.com/41513919/238305383-00e06ec5-dc58-4c68-ba26-eafee5cbca50.png)
   > 
   > Try upgrade client or RocketMQ version?👀
   
   I have found the issue, mainly because when the consumer and producer have the same topic, the consumer fails to update the topic.  fix: https://github.com/apache/rocketmq-client-go/pull/1059


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org