Class SynchronizationTaskContext

java.lang.Object
io.debezium.connector.spanner.task.SynchronizationTaskContext

public class SynchronizationTaskContext extends Object
This class coordinates between the connector producers and consumers: The RebalancingEventListener producer produces events that are consumed by the RebalanceHandler. The TaskSyncEventListener produces events that are consumed by the SyncEventHandler. The SynchronizedPartitionManager produces events to the queue, which are then consumed from by the TaskStateChangeEventHandler.