apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.64k stars 597 forks source link

Add ability to read defaults file #1418

Open form-in-code opened 8 years ago

form-in-code commented 8 years ago

Currently there is no ability to read a defaults file as a result when configuring a topology one must set the following configs when using the Kafka Spout:

STORM_ZOOKEEPER_SESSION_TIMEOUT STORM_ZOOKEEPER_CONNECTION_TIMEOUT STORM_ZOOKEEPER_RETRY_INTERVAL STORM_ZOOKEEPER_RETRY_TIMES

With storm we could bootstrap these properties form the defaults.yaml file.

kramasamy commented 8 years ago

It will be great if you could send a PR request for this.