Skip to content

Commit

Permalink
Minor README.md fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ssingudasu committed Nov 28, 2023
1 parent 126227c commit 46bf022
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ALLOW_ANONYMOUS_LOGIN: yes

kafka1:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9092:9092"
env:
Expand All @@ -69,7 +69,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka1:9092

kafka2:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9093:9092"
env:
Expand All @@ -81,7 +81,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka2:9092

kafka3:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9094:9092"
env:
Expand All @@ -93,7 +93,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka3:9092

kafka4:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9095:9092"
env:
Expand All @@ -105,7 +105,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka4:9092

kafka5:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9096:9092"
env:
Expand All @@ -117,7 +117,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka5:9092

kafka6:
image: bitnami/kafka:2.7.0
image: bitnami/kafka:0.10.2.1
ports:
- "9097:9092"
env:
Expand All @@ -129,7 +129,7 @@ jobs:
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka6:9092


test271:
test270:
runs-on: ubuntu-latest
container:
image: cimg/go:1.19
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:

snyk:
runs-on: ubuntu-latest
needs: [test010, test271]
needs: [test010, test270]
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ You can change the Kafka version in docker-compose.yml and docker-compose-auth.y
[`bitnami/kafka` dockerhub page](https://hub.docker.com/r/bitnami/kafka/tags) for more
details on the available versions.

All `bitnami/kafka` images in topicctl should start using kafka:2.7.0+ version. Currently, we perform SCRAM Config API calls. This has been implemented since Kafka:2.7.0. See the [`KIP-554` page](Add Broker-side SCRAM Config API) for more details.
For SCRAM Config API calls, All `bitnami/kafka` images in topicctl should start using kafka:2.7.0+ version. SCRAM Config API calls have been implemented since `Kafka:2.7.0`. See the [`KIP-554` page](Add Broker-side SCRAM Config API) for more details.

#### Run against local cluster

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# By default, this docker-compose setup uses Kafka 2.5.0
# By default, this docker-compose setup uses Kafka 2.7.0
#
# See https://hub.docker.com/r/bitnami/kafka/tags for the complete list.
version: '3'
Expand Down

0 comments on commit 46bf022

Please sign in to comment.