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
hippo4j\hippo4j-spring-boot\hippo4j-spring-boot-starter\src\main\java\cn\hippo4j\starter\config\DiscoveryConfiguration.java 中第54行和58行中对InstanceInfo的groupKey重复设置
instanceInfo.setInstanceId(instanceId) .setIpApplicationName(getIpApplicationName(environment, hippo4JInetUtils)) .setHostName(InetAddress.getLocalHost().getHostAddress()) .setGroupKey(itemId + GROUP_KEY_DELIMITER + namespace) .setAppName(applicationName) .setPort(port) .setClientBasePath(contextPath) .setGroupKey(ContentUtil.getGroupKey(itemId, namespace));
The text was updated successfully, but these errors were encountered:
groupKey参数重复设置的优化 (opengoofy#181)
af2f7f3
Merge pull request #183 from WorkingPeople/develop
a15fc3c
groupKey参数重复设置的优化 (#181)
zhuanghaozhe
No branches or pull requests
hippo4j\hippo4j-spring-boot\hippo4j-spring-boot-starter\src\main\java\cn\hippo4j\starter\config\DiscoveryConfiguration.java
中第54行和58行中对InstanceInfo的groupKey重复设置
The text was updated successfully, but these errors were encountered: