Skip to content
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

Upgrade to use input cluster_mode and docker compose files #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

debu999
Copy link

@debu999 debu999 commented Nov 29, 2024

Upgrade to use input cluster_mode and docker compose files instead of… docker run command. Inline with redpanda docs to start the broker/cluster via docker compose v2.

Single Broker Mode:

    - name: start redpanda
      uses: redpanda-data/[email protected]
      with:
        version: "latest"
        cluster_mode: "false"

Now you should be able to connect to redpanda (kafka-api) running at localhost:19092

Cluster Mode:

    - name: start redpanda
      uses: redpanda-data/[email protected]
      with:
        version: "latest"
        cluster_mode: "true"

… docker run command. Inline with redpanda docs to start the broker/cluster via docker compose v2.
@CLAassistant
Copy link

CLAassistant commented Nov 29, 2024

CLA assistant check
All committers have signed the CLA.

@debu999
Copy link
Author

debu999 commented Nov 29, 2024

Do review the change. Let me know if its good to merge.

@debu999
Copy link
Author

debu999 commented Nov 30, 2024

@emaxerrno / @fernandes can you review this.

@debu999
Copy link
Author

debu999 commented Jan 6, 2025

Is this actively monitrored?

@fernandes
Copy link
Contributor

@debu999 yes, I got the GH notifications, I donated the repo to redpanda, I don't even have write access anymore.. thanks!

@debu999
Copy link
Author

debu999 commented Jan 6, 2025

@fernandes thx for the update. Guess I have to wait till someone else commits and merges. First time to so long on a pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants