A registry is a list of items with pointers where you can find items, such as an index in a database table or a map directory for a library.
Correct me, if I am mistaken, from this definition that I would expect from the camel application registry where the client application can (depending on the client protocol) search and rely on metadata, selects a specific service and uses it as defined.
I am wondering if Apache Camel has anything close to this. Most of the articles / implementations of service registries that I have seen seem to apply only to SOAP protocols.
Sincerely.
source
share