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
Java SDK (apache/dubbo)
dubbo: application: name: ${spring.application.name}-dubbo id: ${spring.application.name}-dubbo register-mode: instance logger: slf4j owner: shen organization: vn environment: @dubbo.environment@ shutwait: 60000 meta-data: hostname4: ${HOSTNAME:localhost} parameters: hostname5: ${HOSTNAME:localhost} protocol: id: dubbo name: dubbo port: -1 serialization: hessian2 registry: address: nacos://@nacos.server@ meta-data: hostname3: ${HOSTNAME:localhost} parameters: hostname2: ${HOSTNAME:localhost} config-center: address: nacos://@nacos.server@ metadata-report: address: nacos://@nacos.server@ parameters: hostname1: ${HOSTNAME:localhost} scan: base-packages: com.xxx consumer: check: false provider: threads: 500 delay: 10000 metrics: protocol: prometheus
I user the code above try to set extra metadata 'hostname', but it dose not work. So how to set extra metadata
use the dubbo config above
I want to set extra metadata
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
I user the code above try to set extra metadata 'hostname', but it dose not work. So how to set extra metadata
Steps to reproduce this issue
use the dubbo config above
What you expected to happen
I want to set extra metadata
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: