Github user ptgoetz commented on a diff in the pull request:
https://github.com/apache/storm/pull/780#discussion_r41064149
--- Diff: external/storm-kafka/src/jvm/storm/kafka/SpoutConfig.java ---
@@ -39,6 +39,8 @@
public double retryDelayMultiplier = 1.0;
public long retryDelayMaxMs = 60 * 1000;
--- End diff --
Since the above values only apply to the ExponentialBackoff implementation,
it would be nice if we could factor them out of this class. They could probably
just be moved to `ExponentialBackoffMsgRetryManagerFactory`, and in that case
we could probably eliminate the factory pattern altogether.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---