public interface SourceCommitCallback
Modifier and Type | Method and Description |
---|---|
default void |
onCommit(String lastCkptStr)
Performs some action on successful Hudi commit like committing offsets to Kafka.
|
default void onCommit(String lastCkptStr)
lastCkptStr
- last checkpoint string.Copyright © 2021 The Apache Software Foundation. All rights reserved.