[HUDI-5808] Add Support for kaffka ofsets in jsonkafkasource and avrokafkasource#8011
Merged
codope merged 9 commits intoapache:masterfrom Mar 1, 2023
Merged
[HUDI-5808] Add Support for kaffka ofsets in jsonkafkasource and avrokafkasource#8011codope merged 9 commits intoapache:masterfrom
codope merged 9 commits intoapache:masterfrom
Conversation
nsivabalan
requested changes
Feb 21, 2023
hudi-utilities/src/main/java/org/apache/hudi/utilities/UtilHelpers.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/KafkaOffsetPostProcessor.java
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/AvroKafkaSource.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/ProtoKafkaSource.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/AvroConvertor.java
Show resolved
Hide resolved
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestAvroKafkaSource.java
Show resolved
Hide resolved
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestJsonKafkaSource.java
Show resolved
Hide resolved
nsivabalan
approved these changes
Feb 24, 2023
Contributor
Author
|
CI failures look like they probably are legit so don't merge yet |
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/KafkaOffsetPostProcessor.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/KafkaOffsetPostProcessor.java
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/KafkaOffsetPostProcessor.java
Show resolved
Hide resolved
5216934 to
8d8e5e4
Compare
8d8e5e4 to
0f38caa
Compare
Collaborator
fengjian428
pushed a commit
to fengjian428/hudi
that referenced
this pull request
Apr 5, 2023
…kafkasource (apache#8011) Add Support for kaffka ofsets in jsonkafkasource and avrokafkasource. - New config hoodie.deltastreamer.source.kafka.append.offsets. Default is "false". - Set to "true" with JsonKafkaSource or AvroKafkaSource as your source to use. --------- Co-authored-by: Jonathan Vexler <=> Co-authored-by: sivabalan <n.siva.b@gmail.com>
stayrascal
pushed a commit
to stayrascal/hudi
that referenced
this pull request
Apr 20, 2023
…kafkasource (apache#8011) Add Support for kaffka ofsets in jsonkafkasource and avrokafkasource. - New config hoodie.deltastreamer.source.kafka.append.offsets. Default is "false". - Set to "true" with JsonKafkaSource or AvroKafkaSource as your source to use. --------- Co-authored-by: Jonathan Vexler <=> Co-authored-by: sivabalan <n.siva.b@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Logs
Add Support for kaffka ofsets in jsonkafkasource and avrokafkasource
new config hoodie.deltastreamer.source.kafka.append.offsets. Default is "false". Set to "true" with JsonKafkaSource or AvroKafkaSource as your source to use.
Impact
New feature
Risk level (write none, low medium or high below)
low
Documentation Update
Should be added to release notes
Contributor's checklist