summaryrefslogtreecommitdiff
path: root/properties/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'properties/application.properties')
-rw-r--r--properties/application.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/properties/application.properties b/properties/application.properties
index 0f66f4e..16c7a25 100644
--- a/properties/application.properties
+++ b/properties/application.properties
@@ -1,5 +1,5 @@
#kafka 接收数据topic
-source.kafka.topic=NETWORK-TRAFFIC-METRIC-TEST
+source.kafka.topic=NETWORK-TRAFFIC-METRIC
source.kafka.props.bootstrap.servers=192.168.44.12:9094
@@ -12,7 +12,7 @@ source.kafka.props.sasl.mechanism=PLAIN
source.kafka.props.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="galaxy2019";
#补全数据 输出 topic
-sink.kafka.topic=APP-PROTOCOL-TEST-RESULT
+sink.kafka.topic=NETWORK-TRAFFIC-METRIC
sink.kafka.props.bootstrap.servers=192.168.44.12:9094