alexeykudinkin commented on code in PR #6386:
URL: https://github.com/apache/hudi/pull/6386#discussion_r944899873
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/debezium/DebeziumSource.java:
##########
@@ -239,5 +239,13 @@ private static Dataset<Row>
convertArrayColumnsToString(Dataset<Row> dataset) {
return dataset;
}
+
+ @Override
+ public void onCommit(String lastCkptStr) {
Review Comment:
Looking at other sources realized that Debezium doesn't commit offsets
currently. After confirming w/ @rmahindra123, decided to address this in that
PR as it's a simple ~copy-paste~ change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]