Open form-in-code opened 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.
It will be great if you could send a PR request for this.
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.