yuxiqian commented on code in PR #3339:
URL: https://github.com/apache/flink-cdc/pull/3339#discussion_r1688985573
##########
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/sink/DataSink.java:
##########
@@ -30,5 +33,5 @@ public interface DataSink {
EventSinkProvider getEventSinkProvider();
/** Get the {@link MetadataApplier} for applying metadata changes to
external systems. */
- MetadataApplier getMetadataApplier();
+ MetadataApplier getMetadataApplier(Set<SchemaChangeEventType>
enabledEventTypes);
Review Comment:
Done, moved `setAcceptedSchemaEvolutionTypes` to `MetadataApplier`
interface, so `DataSink` could be left unchanged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]