Amichai Rothman created ARIES-2214:
--------------------------------------
Summary: Fix provider config type handling
Key: ARIES-2214
URL: https://issues.apache.org/jira/browse/ARIES-2214
Project: Aries
Issue Type: Bug
Components: Remote Service Admin
Affects Versions: rsa-1.16.1
Reporter: Amichai Rothman
The handling of configuration type properties (i.e. selecting which
distribution provider to use and which types of distribution implementation it
will use) are not exactly according to spec:
- a distribution provider may support multiple configuration types, and a
service may explicitly specify which configuration types it wants to use for
export in
SERVICE_EXPORTED_CONFIGSĀ - we need to use the intersection of both of them to
determine which configuration types to try exporting with
- if SERVICE_EXPORTED_CONFIGS is empty, we need to pick one of the supported
types
- the created endpoint properties should have a SERVICE_EXPORTED_CONFIGS
property set to the configuration type that was used for that particual
endpoint (and any aliases it may have)
- there is some related refactoring that could be done to clarify how this
mechanism works
--
This message was sent by Atlassian Jira
(v8.20.10#820010)