kafka localhost 로 변경

This commit is contained in:
kimscott
2019-09-23 16:09:38 +09:00
parent 84af9642a8
commit 974c97d8aa

View File

@@ -8,8 +8,8 @@ eventTopic: eventTopic
spring:
profiles: default
kafka:
bootstrap-servers: http://35.200.47.242:31090
# bootstrap-servers: localhost:9092
# bootstrap-servers: http://35.200.47.242:31090
bootstrap-servers: localhost:9092
consumer:
enable-auto-commit: true
jpa: