Github user hmcl commented on a diff in the pull request: https://github.com/apache/storm/pull/1832#discussion_r99641837 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java --- @@ -58,27 +56,26 @@ public class KafkaSpout<K, V> extends BaseRichSpout { private static final long serialVersionUID = 4151921085047987154L; + public static final long INITIAL_TIMER_DELAY_MS = 500; --- End diff -- DEFAULT_TIMER_DELAY_MS
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---