Skip to content

Commit c621834

Browse files
committedAug 16, 2024·
fix: local kafka setup
1 parent d822387 commit c621834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎backend/src/main/resources/application-kafka.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
kafka.server.name=${KAFKA_SERVER_NAME:kafkaapp}
2-
spring.kafka.bootstrap-servers=192.168.49.2:9092
1+
kafka.server.name=${KAFKA_SERVER_NAME:localhost}
2+
spring.kafka.bootstrap-servers=localhost:9092
33
spring.kafka.producer.compression-type=gzip
44
spring.kafka.producer.transaction-id-prefix: tx-
55
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer

0 commit comments

Comments
 (0)
Please sign in to comment.