arickbro opened a new issue #1250:
URL: https://github.com/apache/camel-kafka-connector/issues/1250
Hi
is there any way to pass the query parameter to websocket server endpoint ?
my websocket server required this parameter:
client=radar_kafka&transform=terminal_names , but the kafka connect use it as
properties
```
Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create
route route108: Route(route108)[From[websocket-jsr356:ws://10.204.127.81:909...
because of Failed to resolve endpoint:
websocket-jsr356://ws://10.204.127.81:9090/live/sspc-usage-stats?client=radar_kafka&transform=terminal_names
due to: Failed to resolve endpoint:
websocket-jsr356://ws://10.204.127.81:9090/live/sspc-usage-stats?client=radar_kafka&transform=terminal_names
due to: There are 2 parameters that couldn't be set on the endpoint. Check the
uri if the parameters are spelt correctly and that they are properties of the
endpoint. Unknown parameters=[{client=radar_kafka, transform=terminal_names}]
at
org.apache.camel.reifier.RouteReifier.createRoute(RouteReifier.java:80)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]