Hi,
In the remote service code, The service.exported.configs property of
exported service(eg:examples/calculator_service) has been ignored . However,
when the service is exported,we use the service.exported.configs property of
ExportScopes to match the RSA configuration type.I don't know why we don't use
the service.exported.configs property of the exported service to match the RSA
configuration type, and how can we set the service.exported.configs property
of ExportScopes.
https://github.com/apache/celix/blob/master/bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
#L552-573
https://github.com/apache/celix/blob/master/bundles/remote_services/topology_manager/src/topology_manager.c
#L566-582