Uses of Interface
io.debezium.embedded.EmbeddedEngineConfig
Packages that use EmbeddedEngineConfig
-
Uses of EmbeddedEngineConfig in io.debezium.embedded
Classes in io.debezium.embedded that implement EmbeddedEngineConfigModifier and TypeClassDescriptionfinal classA mechanism for running a single Kafka ConnectSourceConnectorwithin an application's process. -
Uses of EmbeddedEngineConfig in io.debezium.embedded.async
Subinterfaces of EmbeddedEngineConfig in io.debezium.embedded.asyncModifier and TypeInterfaceDescriptioninterfaceConfiguration options specific toAsyncEmbeddedEngine.Classes in io.debezium.embedded.async that implement EmbeddedEngineConfigModifier and TypeClassDescriptionfinal classImplementation ofDebeziumEnginewhich allows to run multiple tasks in parallel and also allows to process part or whole record processing pipeline in parallel.