mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-13 07:46:43 +00:00
import configuration file
This commit is contained in:
9
conf/config.json
Normal file
9
conf/config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"kafkaBrokers": [
|
||||
"kafka-node1:9092",
|
||||
"kafka-node2:9092",
|
||||
"kafka-node3:9092"
|
||||
],
|
||||
"kafkaTopic": "yao",
|
||||
"schedulerPolicy": "fair"
|
||||
}
|
||||
Reference in New Issue
Block a user