voonhous commented on code in PR #18524:
URL: https://github.com/apache/hudi/pull/18524#discussion_r3855166354
##########
docker/compose/docker-compose_hadoop340_hive313_spark401_amd64.yml:
##########
@@ -138,17 +146,30 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes
kafka:
- image: 'bitnamilegacy/kafka:3.4.1'
+ image: 'apache/kafka:3.7.2'
+ platform: linux/amd64
hostname: kafkabroker
container_name: kafkabroker
ports:
- "9092:9092"
environment:
- - KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- - ALLOW_PLAINTEXT_LISTENER=yes
Review Comment:
Both are already removed in the diff. apache/kafka:3.7.2 runs KRaft with
explicit KAFKA_LISTENERS, so KAFKA_ZOOKEEPER_CONNECT and the bitnami-only
ALLOW_PLAINTEXT_LISTENER have nothing consuming them. Safe to resolve.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]