Hi,
I implemented a websocket service and deployed into Kubernetes.
It can be accessible directly with the IP but by using the Hostname that is
generated by Ingress not accepted by Jetty server and I am getting error
"405 HTTP method GET is not supported by this URL"
The question is that if Jetty
Hi,
I am using the camel-websocket component but i would like to control the
onConnect() method in order to authenticate the clients.
So I searched the web and apperantly there was a patch given before for
Custom Socket implementation in this link :
https://issues.apache.org/jira/browse/CAMEL-8861
Hi,
I am creating a microservice by using Jetty and spring dsl. I need to access
the mongo service which is already created in openshift. Based on the camel
documentation i need to create a MongoBean first in order to access mongo
component. The question in here how can i give the "service.host" a