[
https://issues.apache.org/jira/browse/CAMEL-17503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477037#comment-17477037
]
CG Poh commented on CAMEL-17503:
--------------------------------
We are using Camel K 1.7.0 which is using Camel 3.12.0. Our server is private
and the code below is the snippet of the client connecting to it
{code:java}
fromF("ahc-wss://private-server-url&bridgeErrorHandler=true&sendMessageOnError=true")
.filter(exchange -> exchange.getIn().getBody() != null)
.toF("kafka:%s?brokers=%s&groupId=%s&bridgeErrorHandler=true", kafkaTopic,
kafkaBrokers, kafkaGroupId);{code}
> camel-ahc-ws - Unable to reconnect to Server after server reboot
> ----------------------------------------------------------------
>
> Key: CAMEL-17503
> URL: https://issues.apache.org/jira/browse/CAMEL-17503
> Project: Camel
> Issue Type: Bug
> Components: camel-ahc-ws
> Reporter: CG Poh
> Priority: Minor
>
> Camel AHC-WS client unable to reconnect to Server whenever the server
> reboots. The reConnect() in WsEndpoint.java get called but is not calling the
> connect() function.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)