Service registry for Apache Camel applications

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.

+3
source share
2 answers

REST API , , "" Camel. http://camel.apache.org/web-console.html

SOA , , Apache ZooKepper http://hadoop.apache.org/zookeeper/

ManagementStrategy SPI Camel Track, // .. SOA .

+3

API- getEndpoints() getEndpointsMap() CamelContext

. ...

http://benoday.blogspot.com/2011/01/apache-camel-monitoring.html

0

Source: https://habr.com/ru/post/1781197/


All Articles