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

[Feature] Support for Domain-Based Service Registration and Discovery #15051

Open
4 tasks done
klzami opened this issue Jan 13, 2025 · 1 comment
Open
4 tasks done

[Feature] Support for Domain-Based Service Registration and Discovery #15051

klzami opened this issue Jan 13, 2025 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@klzami
Copy link
Contributor

klzami commented Jan 13, 2025

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

Hello Dubbo Community,

I am submitting a feature request for support of domain-based service registration and discovery within Apache Dubbo.

Background:

Our organization has several legacy services implemented using HTTP and gRPC protocols. These services currently do not utilize traditional service registration and discovery components, such as Zookeeper or etcd. Instead, we leverage the Kubernetes ecosystem for domain name resolution, allowing us to perform RPC calls based on domain names.

Feature Request:

We would like to see Apache Dubbo support domain-based service registration and discovery. This would enable us to register services and resolve them using custom domain names, aligning with our existing architecture and simplifying our service management.

Benefits:

Enhanced Flexibility: Allowing domain-based registration would enable smoother integration with existing services that rely on domain name resolution.
Reduced Complexity: Eliminating the need for additional components like Zookeeper or etcd for service discovery would streamline our architecture.
Improved Compatibility: This feature would enhance compatibility with our current deployment strategies and workflows.
We believe that this feature would greatly benefit users with similar use cases and enhance the overall functionality of Apache Dubbo.

Thank you for considering this request. We look forward to your feedback!

Additional Information:

Dubbo Version: 3.3.x
Best regards.

Related issues

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@klzami klzami added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Jan 13, 2025
@songxiaosheng
Copy link
Member

Currently, there is service discovery support for Kubernetes in the Dubbo extension library. Is it possible to use it? If there are other requirements, could you describe them in more detail? dubbo-kubernetes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants