-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[Feature] Improved meta support for consul in dubco-spi-extensions 3.3.x #14870
Comments
Hello thanks for the feedback, the implementation of consul is in dubbo-spi-extension, and the specific usage method can be found in dubbo-spi-samples. There is already an issue that reflects the same problem, and a PR has been filed. If you still can't use it after referring to it, please give us a detailed error log.@eduosi |
Because there's no rewriting methods on the interface MetadataReport registerServiceAppMapping ConsulMetadataReport, not registered service and application of mapping relation with the consul; The method getServiceAppMapping in the MetadataReport interface is also overridden so that the mapping between the fetching service and the application is always empty. This is a simple demo that uses consul for both the registry and the metadata center
|
Metadata support for consul apache/dubbo-spi-extensions#560 |
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
In version 3.3.0, dubco-metadata-report-consul cannot map services and apps at all, cannot subscribe to services, and the corresponding implementation code is not found in the 3.3.1 branch.
Related issues
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: