summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
Diffstat (limited to 'properties')
-rw-r--r--properties/default_config.properties9
-rw-r--r--properties/service_flow_config.properties19
2 files changed, 4 insertions, 24 deletions
diff --git a/properties/default_config.properties b/properties/default_config.properties
index c750148..c562cad 100644
--- a/properties/default_config.properties
+++ b/properties/default_config.properties
@@ -39,15 +39,6 @@ kafka.user=nsyGpHKGFA4KW0zro9MDdw==
#kafka SASL及SSL验证密码-加密
kafka.pin=6MleDyA3Z73HSaXiKsDJ2k7Ys8YWLhEJ
-#====================nacos default====================#
-#nacos username
-nacos.username=nacos
-
-#nacos password
-nacos.pin=nacos
-
-#nacos group
-nacos.group=Galaxy
diff --git a/properties/service_flow_config.properties b/properties/service_flow_config.properties
index 9cd2e94..7f80b1c 100644
--- a/properties/service_flow_config.properties
+++ b/properties/service_flow_config.properties
@@ -1,5 +1,4 @@
#--------------------------------地址配置------------------------------#
-
#管理kafka地址
source.kafka.servers=192.168.44.12:9094
@@ -10,25 +9,15 @@ sink.kafka.servers=192.168.44.12:9094
#定位库地址
tools.library=D:\\workerspace\\dat\\
-#--------------------------------nacos配置------------------------------#
-#nacos 地址
-nacos.server=192.168.44.12:8848
-
-#nacos namespace
-nacos.schema.namespace=test
-
-#nacos data id
-nacos.data.id=voip_record.json
-
#--------------------------------Kafka消费组信息------------------------------#
#kafka 接收数据topic
-source.kafka.topic=test
+source.kafka.topic=etl-test
#补全数据 输出 topic
-sink.kafka.topic=test-result
+sink.kafka.topic=etl-test-result
#读取topic,存储该spout id的消费offset信息,可通过该拓扑命名;具体存储offset的位置,确定下次读取不重复的数据;
-group.id=mytest-1
+group.id=voip-test-230613-1
#--------------------------------topology配置------------------------------#
#map函数并行度
@@ -44,7 +33,7 @@ one.sided.window.time=10
voip.calibration.window.time=30
#voip二次对准时间 seconds
-sec.combine.sr.cache.secs=60
+sec.combine.sr.cache.secs=10
#check ip is Inner network;0 off, 1 on.
check.inner.network=0 \ No newline at end of file