Last active
August 29, 2015 14:08
-
-
Save SeanTAllen/24be2bb89ad4a05bf702 to your computer and use it in GitHub Desktop.
When settings aren't used
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ apache-storm-0.9.2-incubating ag "topology.enable.message.timeouts" | |
conf/defaults.yaml | |
122:topology.enable.message.timeouts: true | |
storm-core/src/jvm/backtype/storm/Config.java | |
512: public static final String TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS = "topology.enable.message.timeouts"; | |
➜ apache-storm-0.9.2-incubating ag TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS | |
storm-core/src/jvm/backtype/storm/Config.java | |
512: public static final String TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS = "topology.enable.message.timeouts"; | |
513: public static final Object TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS_SCHEMA = Boolean.class; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment