You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue attempts to capture a problem description and a few hard-and-fast requirements of work around Eureka service registration. The following is an initial draft of the shape of the work, and is subject to edit and change at any time:
Who
A developer of a Helidon-based microservice
Wants To…
Have her microservice's coordinates (host, port, etc.) appear in a preëxisting (probably Spring-based/flavored) Eureka server somewhere such that developers of other microservices, Helidon-based or otherwise (probably Spring Boot-based), can discover it from that server, using Eureka-flavored facilities they are familiar with (probably Spring Cloud's DiscoveryClient machinery)
Goals of the Solution
Configuration only. The Helidon developer should ideally have to add only a minimum of configuration to her microservice, and perform no other work, to accomplish her goal
Spring-friendly. The primary beneficiaries of this work will be Spring Boot/Spring Cloud users who will be able to "see" Helidon-based microservices in the Eureka service catalogs they are used to interacting with. It is not an immediate goal to support other kinds of consumers.
This issue attempts to capture a problem description and a few hard-and-fast requirements of work around Eureka service registration. The following is an initial draft of the shape of the work, and is subject to edit and change at any time:
Who
A developer of a Helidon-based microservice
Wants To…
Have her microservice's coordinates (host, port, etc.) appear in a preëxisting (probably Spring-based/flavored) Eureka server somewhere such that developers of other microservices, Helidon-based or otherwise (probably Spring Boot-based), can discover it from that server, using Eureka-flavored facilities they are familiar with (probably Spring Cloud's
DiscoveryClient
machinery)Goals of the Solution
Non-Functional Requirements
Issues
The text was updated successfully, but these errors were encountered: