Skip to content

Commit a0ec3a4

Browse files
authored
docs: update Kafka Docker image (#3977)
docs: Update Kafka Docker image from bitnami to soldevelo in sink plugin guide. Issue fix: #3974 Signed-off-by: Igor Olszewski <iolszewski@soldevelo.com>
1 parent 00303c8 commit a0ec3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en_US/guide/sinks/plugin/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ But kafka needs special attention `` KAFKA_CFG_ADVERTISED_LISTENERS `` needs to
163163
environment:
164164
- ALLOW_ANONYMOUS_LOGIN=yes
165165
kafka:
166-
image: docker.io/bitnami/kafka:3.4
166+
image: docker.io/soldevelo/kafka:3.4
167167
hostname: kafka
168168
container_name: kafka
169169
ports:

docs/zh_CN/guide/sinks/plugin/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ $(PLUGINS_CUSTOM):
163163
environment:
164164
- ALLOW_ANONYMOUS_LOGIN=yes
165165
kafka:
166-
image: docker.io/bitnami/kafka:3.4
166+
image: docker.io/soldevelo/kafka:3.4
167167
hostname: kafka
168168
container_name: kafka
169169
ports:

0 commit comments

Comments
 (0)