From 004c8fb0e244f57baeda0d34a865eda16153d86d Mon Sep 17 00:00:00 2001 From: erabii Date: Wed, 24 Aug 2022 21:59:33 +0300 Subject: [PATCH] fix incorrect set-up of kafka property (#1060) * fix * fix for string also * ups --- .../src/test/resources/kafka/kafka-deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/kafka/kafka-deployment.yaml b/spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/kafka/kafka-deployment.yaml index 188d9746..6cce9e91 100644 --- a/spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/kafka/kafka-deployment.yaml +++ b/spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-configuration-watcher-it/src/test/resources/kafka/kafka-deployment.yaml @@ -33,9 +33,6 @@ spec: - name: KAFKA_LISTENER_SECURITY_PROTOCOL_MAP value: "INTERNAL:PLAINTEXT,OUTSIDE:PLAINTEXT" - - name: KAFKA_ZOOKEEPER_CONNECT - value: "INTERNAL://kafka:9092,OUTSIDE://localhost:9094" - - name: KAFKA_ADVERTISED_LISTENERS value: "INTERNAL://kafka:9092,OUTSIDE://localhost:9094" @@ -54,4 +51,4 @@ spec: # that is set automatically. Since we don't have that many, producers will fail. # This setting ensures that there is just one replication - name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR - value: 1 + value: "1"