summaryrefslogtreecommitdiff
path: root/target/classes/service_flow_config.properties
diff options
context:
space:
mode:
Diffstat (limited to 'target/classes/service_flow_config.properties')
-rw-r--r--target/classes/service_flow_config.properties73
1 files changed, 73 insertions, 0 deletions
diff --git a/target/classes/service_flow_config.properties b/target/classes/service_flow_config.properties
new file mode 100644
index 0000000..03e3b33
--- /dev/null
+++ b/target/classes/service_flow_config.properties
@@ -0,0 +1,73 @@
+#--------------------------------地址配置------------------------------#
+
+#管理kafka地址
+input.kafka.servers=10.3.60.3:9094
+
+#管理输出kafka地址
+output.kafka.servers=10.3.60.3:9092
+
+#zookeeper 地址 用于配置log_id
+zookeeper.servers=10.3.60.3:2181
+
+#hbase zookeeper地址 用于连接HBase
+hbase.zookeeper.servers=10.3.60.3:2181
+
+#--------------------------------HTTP/定位库------------------------------#
+#定位库地址
+tools.library=D:/dingweiku/dat/
+
+#网关的schema位置
+schema.http=http://10.3.60.3:9999/metadata/schema/v1/fields/security_event
+
+#网关APP_ID 获取接口
+app.id.http=http://10.3.60.3:9999/open-api/appDicList
+
+#--------------------------------Kafka消费组信息------------------------------#
+
+#oos地址
+oos.servers=10.3.45.124:8057
+#输入kafka
+input.kafka.topic=test11
+#文件源数据topic
+output.kafka.topic=test-file-data
+
+percent.kafka.topic=test
+
+
+
+#读取topic,存储该spout id的消费offset信息,可通过该拓扑命名;具体存储offset的位置,确定下次读取不重复的数据;
+group.id=flink-test-1
+
+#生产者压缩模式 none or snappy
+producer.kafka.compression.type=none
+
+#生产者ack
+producer.ack=1
+
+#--------------------------------topology配置------------------------------#
+
+#consumer 并行度
+source.parallelism=10
+
+#转换函数并行度
+transform.parallelism=10
+
+#kafka producer 并行度
+sink.parallelism=10
+
+#数据中心,取值范围(0-63)
+data.center.id.num=7
+
+#hbase 更新时间,如填写0则不更新缓存
+hbase.tick.tuple.freq.secs=180
+
+#app_id 更新时间,如填写0则不更新缓存
+app.tick.tuple.freq.secs=0
+
+#--------------------------------默认值配置------------------------------#
+
+#邮件默认编码
+mail.default.charset=UTF-8
+
+#0不需要补全原样输出日志,1需要补全
+log.need.complete=1 \ No newline at end of file