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

fix: https://github.com/alibaba/nacos/issues/2527 #2528

Merged
merged 2 commits into from
Mar 26, 2020

Conversation

theonefx
Copy link
Contributor

ref: #2527

encoding the body of beat to avoid the server incorrect parse;

such as this beat:
beat={"cluster":"DEFAULT","ip":"30.5.125.57","metadata":{"dubbo.metadata-service.urls":"[ "dubbo://30.128.116.47:20880/com.alibaba.cloud.dubbo.service.DubboMetadataService?anyhost=true&application=spring-cloud-alibaba-dubbo-server&bind.ip=30.128.116.47&bind.port=20880&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&group=spring-cloud-alibaba-dubbo-server&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&methods=getAllServiceKeys,getServiceRestMetadata,getExportedURLs,getAllExportedURLs&pid=2362&qos.enable=false&release=2.7.4.1&revision=1.0.0&side=provider&timestamp=1585139980414&version=1.0.0" ]","dubbo.protocols.dubbo.port":"20880","preserved.register.source":"SPRING_CLOUD"},"period":5000,"port":20880,"scheduled":false,"serviceName":"DEFAULT_GROUP@@spring-cloud-alibaba-dubbo-server","stopped":false,"weight":1.0}

server will parse it to several KV:
image

@nkorange nkorange merged commit 449ed08 into alibaba:develop Mar 26, 2020
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.

2 participants