-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[STORM-1015] Allow Kafka offsets to be saved using Kafka's consumer offset management api #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
30ac6ec
Added new option to allow Kafka spout to save offset and other state …
cm-cnnxty eea001c
Fixed a jdk8 syntax error in KafkaDataStore
cm-cnnxty 16fb3c5
STORM-1015: coding style fixes based on feedback from pull-705
cm-cnnxty c6a3c26
A few more style changes based on comments from pull/705
cm-cnnxty 032187e
Renamed state store config name for legacy storm mechanism to zookeep…
cm-cnnxty 458ba4c
STORM-1015: refactored the partition state store implementation based…
cm-cnnxty 7e73dd2
STORM-1015: merged code with latest from master
cm-cnnxty 75e2598
STORM-1015: deprecated KafkaConfig.ignoreZkOffsets
cm-cnnxty 95c08c1
STORM-1015: refactored state store implementation, renamed classes/va…
cm-cnnxty 346b85d
STORM-1015: simplified kafka state store implementation so that it ca…
cm-cnnxty e0c4e82
STORM-1015: allow user to define their own implementation of state store
cm-cnnxty 1d27c6d
STORM-1015: improved logging and documentation on state store impleme…
cm-cnnxty 1e41cc8
STORM-1015: created specific store config classes for kafka and ZK store
cm-cnnxty 91822d5
STORM-1015: merged with latest code form master
cm-cnnxty bb43db8
Merge remote-tracking branch 'apache/master' into kafka-storage
cm-cnnxty a39273a
STORM-1015: merged with apache/master
cm-cnnxty b6a8f65
STORM-1015: merged with apache/master
cm-cnnxty 9e481e7
Merge remote-tracking branch 'apache/master' into kafka-storage
cm-cnnxty cc873e0
STORM-1015: merged with latest apache master branch
cm-cnnxty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,7 @@ _site | |
| dependency-reduced-pom.xml | ||
| derby.log | ||
| metastore_db | ||
| *.versionsBackup | ||
| .settings/ | ||
| .project | ||
| .classpath | ||
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a mechanism/section in the release notes to call out this change? changing this var name would break existing code.