Skip to content

Commit

Permalink
DBZ-3720 Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 16, 2024
1 parent e837ae4 commit 43e7a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;

import io.debezium.util.Strings;
import jakarta.annotation.PostConstruct;
import jakarta.annotation.PreDestroy;
import jakarta.enterprise.context.Dependent;
Expand All @@ -36,6 +35,7 @@
import io.debezium.engine.DebeziumEngine;
import io.debezium.engine.DebeziumEngine.RecordCommitter;
import io.debezium.server.BaseChangeConsumer;
import io.debezium.util.Strings;

/**
* Implementation of the consumer that delivers the messages into a Pulsar destination.
Expand Down

0 comments on commit 43e7a4d

Please sign in to comment.