문구정리

This commit is contained in:
kimscott
2019-07-30 16:12:30 +09:00
parent f356abdb0a
commit 509f152d72
2 changed files with 3 additions and 2 deletions

View File

@@ -85,4 +85,4 @@ options:
env:
# # location/name of GKE cluster (used by all kubectl commands)
- CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a
- CLOUDSDK_CONTAINER_CLUSTER=uplus-poc-dev
- CLOUDSDK_CONTAINER_CLUSTER=standard-cluster-1

View File

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