Skip to content
New issue

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

delete 'config.' prefix for url generated from ConfigCenterConfig #5078

Merged
merged 2 commits into from
Sep 18, 2019

Conversation

chickenlj
Copy link
Contributor

What is the purpose of the change

fixes #5001

Brief changelog

change from

zookeeper://127.0.0.1:2181/ConfigCenterConfig?config.check=true&config.config-file=dubbo.properties&config.group=group&config.highest-priority=true&config.namespace=namespace&config.timeout=3000

to

zookeeper://127.0.0.1:2181/ConfigCenterConfig?check=true&config-file=dubbo.properties&group=group&highest-priority=true&namespace=namespace&timeout=3000

@chickenlj chickenlj added this to the 2.7.4 milestone Sep 17, 2019
@chickenlj chickenlj closed this Sep 17, 2019
@chickenlj chickenlj reopened this Sep 17, 2019
Copy link
Contributor

@cvictory cvictory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cvictory cvictory merged commit a3c89e2 into apache:master Sep 18, 2019
@chickenlj chickenlj deleted the configcenter-key-5001 branch April 20, 2020 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dubbo:config-center timeout配置不生效
2 participants