Added configs to producer and consumer as well
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jim Martens 2023-10-29 00:42:47 +02:00
parent 84baee6ebb
commit 2a78b47d83
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@ spring:
import:
- "configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}${CONFIGSERVER_PREFIX:/config}"
kafka:
producer:
bootstrap-servers:
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}
consumer:
bootstrap-servers:
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}
bootstrap-servers:
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}