Cannot run pulsar using Docker-compose in Github Actions #21261
Answered
by
longquanzheng
longquanzheng
asked this question in
Q&A
|
I started with this: https://pulsar.apache.org/docs/next/getting-started-docker-compose/ It works perfectly fine locally, but keep error in GitHub action : I have tried my best to tweak the timeout/retry/memory and even tried to remove the healthcheck, still cannot get it running. Is it consuming too much resources so that Github actions cannot run well? Any help is appreciated. |
Answered by
longquanzheng
Sep 28, 2023
Replies: 2 comments 4 replies
|
Can you keep only the zk part and then try to start it? Use |
3 replies
|
Why can't you use pulsar standalone? It is light weight |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ohh I figured it out...I just need to remove the mount config: superdurable/dex#20
Thanks