We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG REPORT
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
The consumer client id defaults to :
${client IP}@${instance name}@${unit name}
Because the instance name is too long, the offset file creation fails, the message cannot be consumed.
rocketmq-spring 2.1.1
I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
[ISSUE #417]Fix the instance name is too long
7b6f898
Merged
Sorry, something went wrong.
No branches or pull requests
BUG REPORT
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
The consumer client id defaults to :
${client IP}@${instance name}@${unit name}
Because the instance name is too long, the offset file creation fails, the message cannot be consumed.
rocketmq-spring 2.1.1
I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: