Replies: 2 comments
-
Ekuiper server will start when the container is brought up, but to verify that kuiperd is responsible for starting the server, I added a CMD command with 'bin/./kuiperd' which replaces the command used to start the ekuiper server in the ekuiper image. This produces the same results had I not added this CMD. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is bin/kupierd. bin/kuiper is the RPC client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which file in the Ekuiper docker image is responsible for starting/running the server? I believe it to be bin/kuiper. How can i manually start bin/kuiper?
Beta Was this translation helpful? Give feedback.
All reactions