line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
https://armeria.dev
Apache License 2.0
4.8k stars 912 forks source link

[feature request] Client-side load balancing and service discovery through service binding and parameter specification via the DNS #5183

Open emidevops opened 1 year ago

emidevops commented 1 year ago

Armeria support DNS-based service discovery.

"New" DNS entries are tailored for this specific usage: https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/

sh-cho commented 1 week ago

FYI, this is Proposed Standard now (https://datatracker.ietf.org/doc/rfc9460/)

Also several browsers started to supports SVCB/HTTPS-RR like below,

I'm interested in this issue.