Uses of Package
io.debezium.embedded.async
Packages that use io.debezium.embedded.async
-
Classes in io.debezium.embedded.async used by io.debezium.embedded.asyncClassDescriptionAbstract implementation of
RecordProcessor, which provides implementation of processor initialization, while the record processing implementation left to the children classes.Enum with possible placeholders for number of cores to be used record processing.Determines how the records will be processed.The default implementation ofDebeziumEngine.RecordCommitter.Possible engine states.Configuration options specific toAsyncEmbeddedEngine.Generalization ofDebeziumEngine.ChangeConsumer, giving the user complete control over the whole records processing chain.Extension toCallable, which allows to re-try the action if exception is thrown during the execution. -
Classes in io.debezium.embedded.async used by io.debezium.engine.sourceClassDescriptionImplementation of
DebeziumEnginewhich allows to run multiple tasks in parallel and also allows to process part or whole record processing pipeline in parallel.