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
When review the code, a reference error was found, and the configuration item Token of the Broker was used in the Master's Configure[1]
https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-server/src/main/java/org/apache/inlong/tubemq/server/master/MasterConfig.java#L508
Use SECT_TOKEN_MASTER, not SECT_TOKEN_BROKER
review code
Linux
master
InLong TubeMQ
The text was updated successfully, but these errors were encountered:
gosonzhang
Successfully merging a pull request may close this issue.
What happened
When review the code, a reference error was found, and the configuration item Token of the Broker was used in the Master's Configure[1]
https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-server/src/main/java/org/apache/inlong/tubemq/server/master/MasterConfig.java#L508
What you expected to happen
Use SECT_TOKEN_MASTER, not SECT_TOKEN_BROKER
How to reproduce
review code
Environment
Linux
InLong version
master
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: