-
Notifications
You must be signed in to change notification settings - Fork 413
feat: Move docker-compose file to the repo and use S3WAL mode by default #2467
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
Conversation
…README updated as per that
Cool, thanks for your contribution, I will review on it later. |
Hi, @sanks011 , I assume you're familiar with the setup of Kafka or AutoMQ. I apologize for not providing more details earlier. Currently, the Docker Compose starts 1 controller and 2 brokers, which seems unusual and not ideal. Here’s a possible solution:
I know this is beyond the scope of the current issue, so it's fine to maintain the current setup, and we can review it later. However, if you're okay with it, adopting the above solution would be appreciated. |
Great, I'll merge it and maybe add my polish after your pull request. |
Thank You! |
Description
This PR addresses issue #2456 by moving the Docker Compose file from AutoMQ's CDN to the repository and configuring it to use MinIO with S3WAL mode enabled by default.
Changes
docker-compose.yaml
to the root of the repositoryREADME.md
with Docker Compose quick start instructionsKey Benefits
Summary of Testing Strategy
Reference
This PR replaces the current setup:
curl https://download.automq.com/community_edition/standalone_deployment/install_run.sh | bash
With a repository-contained solution using
docker-compose.yaml
directly.Fixes #2456
Committer Checklist (excluded from commit message)