This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a change to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git
from 58e50037 [FLINK-33191][Connector/Kafka] Make the
`testKafkaValueDeserializationSchemaWrapper` test use `flink-shaded-jackson`
since it tests `flink-shaded-jackson` ObjectNodes.
new af68da04 [FLINK-28303] Support LatestOffsetsInitializer to avoid
latest-offset strategy lose data
new 538e9c10 [FLINK-28303] Allow LATEST_OFFSET marker when restoring from
old checkpoints
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.idea/vcs.xml | 1 +
...tializer.java => LatestOffsetsInitializer.java} | 19 ++-
.../enumerator/initializer/OffsetsInitializer.java | 3 +-
.../ReaderHandledOffsetsInitializer.java | 9 +-
.../kafka/source/split/KafkaPartitionSplit.java | 3 +-
.../initializer/OffsetsInitializerTest.java | 2 +-
.../reader/KafkaPartitionSplitReaderTest.java | 4 +-
.../kafka/source/reader/KafkaSourceReaderTest.java | 4 +-
.../split/KafkaPartitionSplitSerializerTest.java | 6 +-
.../kafka/table/KafkaDynamicTableFactoryTest.java | 19 ++-
.../connectors/kafka/table/KafkaTableITCase.java | 139 +++++++++++++++++++++
11 files changed, 178 insertions(+), 31 deletions(-)
copy
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/initializer/{NoStoppingOffsetsInitializer.java
=> LatestOffsetsInitializer.java} (66%)