Erik Boeters created CAMEL-13763:
------------------------------------
Summary: elasticsearch-rest producer closes connection when route
is reloaded from xml and stays closed
Key: CAMEL-13763
URL: https://issues.apache.org/jira/browse/CAMEL-13763
Project: Camel
Issue Type: Improvement
Components: camel-elasticsearch-rest
Affects Versions: 3.0.0-M2
Reporter: Erik Boeters
When settingĀ camel.springboot.xmlRoutesReloadDirectory, any route using the
Elasticsearch rest producer will cause a shutdown of the http client. When
reloading a route, the route will be stopped and client.close() is being called
on RestClient. The shared http client will not be able to handle new requets
because the reactor status is STOPPED.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)