DBZ-7976 Mark EmbeddedEngine as deprecated

This commit is contained in:
Vojtech Juranek 2024-06-25 16:34:42 +02:00 committed by Chris Cranford
parent 3a80751a93
commit ee0045d962

View File

@ -78,10 +78,14 @@
* the running thread (e.g., as is the case with {@link ExecutorService#shutdownNow()}).
*
* @author Randall Hauch
*
* @deprecated Use {@link io.debezium.embedded.async.AsyncEmbeddedEngine} instead.
*/
@Deprecated
@ThreadSafe
public final class EmbeddedEngine implements DebeziumEngine<SourceRecord>, EmbeddedEngineConfig {
@Deprecated
public static final class EngineBuilder implements Builder<SourceRecord> {
private Configuration config;
private DebeziumEngine.ChangeConsumer<SourceRecord> handler;