Skip to content

Commit

Permalink
DBZ-4321 Add PostProcessor support
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 12, 2023
1 parent bbb8805 commit 07f6c7a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ protected SpannerChangeEventSourceCoordinator start(Configuration configuration)
NotificationService<SpannerPartition, SpannerOffsetContext> notificationService = new NotificationService<>(getNotificationChannels(),
connectorConfig, SchemaFactory.get(), dispatcher::enqueueNotification);

// Service providers
registerServiceProviders(connectorConfig.getServiceRegistry());

this.coordinator = new SpannerChangeEventSourceCoordinator(
getInitialOffsets(),
errorHandler,
Expand Down

0 comments on commit 07f6c7a

Please sign in to comment.