continuous-integration-images/redpanda
Reinaldy Rafli 94c8056fdf
chore: december 2023 maintenance
2023-12-09 12:57:33 +07:00
..
Dockerfile chore: december 2023 maintenance 2023-12-09 12:57:33 +07:00
README.md chore: remove uneeded cluster configuration for redpanda 2023-07-16 14:17:15 +07:00

README.md

Redpanda

How to use this image:

jobs:
  job_name:
    services:
      redpanda:
        image: ghcr.io/aldy505/redpanda-ci:latest
        options: >-
          --health-cmd "rpk cluster health"
          --health-interval 10s
          --health-timeout 5s
          --health-retries 10
          --health-start-period 30s
          --restart on-failure:10          

Connect to redpanda:9092 to access the Kafka native API. Connect to redpanda:8082 to access the Pandaproxy API (see https://redpanda.com/blog/pandaproxy)