Github user choang commented on a diff in the pull request:
https://github.com/apache/storm/pull/705#discussion_r41185141
--- Diff: external/storm-kafka/README.md ---
@@ -86,7 +93,7 @@ The KafkaConfig class also has bunch of public variables
that controls your appl
public int fetchMaxWait = 10000;
public int bufferSizeBytes = 1024 * 1024;
public MultiScheme scheme = new RawMultiScheme();
- public boolean ignoreZkOffsets = false;
+ public boolean ignoreStoredOffsets = false;
--- End diff --
is there a mechanism/section in the release notes to call out this change?
changing this var name would break existing code.
---
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.
---