[
https://issues.apache.org/jira/browse/KARAF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346588#comment-16346588
]
Jean-Baptiste Onofré commented on KARAF-5587:
---------------------------------------------
Yes, at least detecting connection failure to reconnect. The issue is that it's
done in on activate, so only when the component starts. The idea is to create
the client the first time and reconnect in case of failure.
> Appender should create client in the send method instead of the activate
> ------------------------------------------------------------------------
>
> Key: KARAF-5587
> URL: https://issues.apache.org/jira/browse/KARAF-5587
> Project: Karaf
> Issue Type: Bug
> Components: decanter
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Blocker
> Fix For: decanter-2.0.0
>
>
> For instance, the elasticsearch appender creates the client in the activate
> method. If the client fails for any reason (connection timeout, etc), it's
> not possible to send data anymore.
> The appenders should create such client in the send method to be able to
> reconnect at next call.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)