Change bootstrap-servers property
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jim Martens 2023-10-30 01:13:19 +01:00
parent f3d8e3e0cc
commit f4fb3b465a
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
spring:
kafka:
bootstrap-servers:
- "${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}"
bootstrap-servers: "${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}"