@@ -1,11 +1,11 @@
server:
- port: 8068
+ port: 8069
spring:
application:
name: ygys-golden-latest
kafka:
- bootstrap-servers: 172.168.5.61:9092
+ bootstrap-servers: 172.168.5.62:9092
kafka.topic-name: myTopic
kafka.consumer.group.id: test-consumer-group
producer:
@@ -3,5 +3,6 @@ include "common"
include "opentsdb-client"
include "golden-history-opentsdb"
include "golden-realtime-kafka"
+include "kafka-consumer"
include "kafka-connectors"
include "golden-example"