Dietrich Schulten created CAMEL-16448:
-----------------------------------------
Summary: Allow to define static service discovery with metadata
from yml
Key: CAMEL-16448
URL: https://issues.apache.org/jira/browse/CAMEL-16448
Project: Camel
Issue Type: Improvement
Components: camel-spring-boot
Affects Versions: 3.9.0
Reporter: Dietrich Schulten
Services in a static service discovery can have metadata in Camel because they
are represented by ServiceDefinition. However, it is not possible to configure
such entries from a spring boot yml, because
{{org.apache.camel.spring.boot.cloud.CamelCloudConfigurationProperties.ServiceDiscoveryConfiguration}}
only contains a {{services}} configuration item which consists of a
{{Map<String, List<String>>}} where the Key is the service name and the List of
String has to contain host:port Strings.
Suggestion: add a property {{serviceDefinitions}} with support for Service
Metadata.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)