-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use websocket as an input source #3367
Comments
Which version do you use? @Maingol |
I've tried both 1.13.4 and the latest 2.0 |
Please add your test case to reproduce? Do you use docker image? What tag do you use? |
docker |
Hi @Maingol How did you create |
The introduction is too vague, what exactly do I have to do, can one api do it? Can an API specify both the stream creation and the websocket address? How do I specify the websocket address? Do I need to add a source configuration group with the api? Can you build a simple demo on your own machine to realize the need to read data from a websocket source, and then tell me the detailed steps? |
All source configurations are alike. Using confkey to refer to the config in a yaml file for that source kind. Check out mqtt source as an example https://ekuiper.org/docs/en/latest/guide/sources/builtin/mqtt.html#configurations |
I want to use websocket as an input source, I have read your documentation, and according to its operation, I can add a websocket type source configuration group through the api, but when I try to edit it, has been prompted by the lack of related plug-ins, but your plug-ins to download the entrance and does not provide a websocket connection, too many related bugs! I'm not sure if you really intend to support websocket input sources, or if I'm not using it in the right way, can you provide me with detailed steps to realize this requirement?
The text was updated successfully, but these errors were encountered: