This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-k8s/storm/topo/storm_topology/knowledge/knowledge_config.properties
2020-05-25 16:48:37 +08:00

37 lines
663 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#管理kafka地址
bootstrap.servers=192.168.40.153:9092
#kafka broker下的topic名称
kafka.topic=RADIUS-RECORD-LOG
#kafka消费group id
group.id=radius-account-knowledge-191224
#输出kafka server
results.output.servers=192.168.40.153:9092
#输出topic
results.output.topic=RADIUS-ONFF-LOG
#从kafka哪里开始读earliest/latest
auto.offset.reset=latest
#storm topology workers
topology.workers=1
#storm spout parallelism
spout.parallelism=3
#storm bolt parallelism
format.bolt.parallelism=3
#tick时钟频率
topology.tick.tuple.freq.secs=5
topology.config.max.spout.pending=500000
topology.num.acks=0
#kafka批量条数
batch.insert.num=2000