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 2022/01/06 11:29:12 UTC

[GitHub] [rocketmq-spring] heihaozi opened a new issue #417: In broadcast mode, the instance name is too long and the message cannot be consumed.

heihaozi opened a new issue #417:
URL: https://github.com/apache/rocketmq-spring/issues/417


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   Use broadcast mode to consume, consumers will save offset information locally.
   
   When creating the local offset file, the file path defaults to :
   
   `/${user.home}/.rocketmq_offset/${consumer client id}/${consumer group name}/offsets.json`
   
   ![](https://user-images.githubusercontent.com/2956927/148374730-5720a0ae-fb58-49f3-bd47-a31c9b0de886.png)
   
   The consumer client id defaults to :
   
   `${client IP}@${instance name}@${unit name}`
   
   ![](https://user-images.githubusercontent.com/2956927/148375127-10e13a1b-aa1d-4fec-bd1d-a2ef24187550.png)
   
   Because the instance name is too long, the offset file creation fails, the message cannot be consumed.
   
   2. Please tell us about your environment:
   
   rocketmq-spring 2.1.1
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
    I am willing to submit a PR!
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-spring] RongtongJin closed issue #417: In broadcast mode, the instance name is too long and the message cannot be consumed.

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #417:
URL: https://github.com/apache/rocketmq-spring/issues/417


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-spring] RongtongJin commented on issue #417: In broadcast mode, the instance name is too long and the message cannot be consumed.

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #417:
URL: https://github.com/apache/rocketmq-spring/issues/417#issuecomment-1007055903


   Merged


-- 
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: dev-unsubscribe@rocketmq.apache.org

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