You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/07/18 07:07:00 UTC

[jira] [Comment Edited] (CAMEL-13763) elasticsearch-rest producer closes connection when route is reloaded from xml and stays closed

    [ https://issues.apache.org/jira/browse/CAMEL-13763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887702#comment-16887702 ] 

Claus Ibsen edited comment on CAMEL-13763 at 7/18/19 7:06 AM:
--------------------------------------------------------------

This feature with reload xml directory is removed in Camel 3


was (Author: davsclaus):
This feature is removed in Camel 3

> 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
>            Assignee: Claus Ibsen
>            Priority: Critical
>             Fix For: 3.0.0.M5
>
>
> 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)