We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a9b8d commit cf60da7Copy full SHA for cf60da7
backend/src/main/resources/application-prod.yml
@@ -11,7 +11,8 @@ spring:
11
password: 1234
12
driver-class-name: com.mysql.cj.jdbc.Driver
13
kafka:
14
- bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVERS}
+ #bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVERS}
15
+ bootstrap-servers: redpanda-0:9092
16
producer:
17
key-serializer: org.apache.kafka.common.serialization.StringSerializer
18
value-serializer: org.apache.kafka.common.serialization.StringSerializer
0 commit comments