Skip to content

Commit

Permalink
DBZ-8035 Align core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jpechane committed Aug 21, 2024
1 parent 3e629b8 commit 2a5c518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class VitessTaskContext extends CdcSourceTaskContext {

public VitessTaskContext(VitessConnectorConfig config, VitessDatabaseSchema schema) {
super(config.getContextName(), config.getLogicalName(), getTaskId(config), config.getCustomMetricTags(), schema::tableIds);
super(config, getTaskId(config), config.getCustomMetricTags(), schema::tableIds);
}

public static String getTaskId(VitessConnectorConfig config) {
Expand Down

0 comments on commit 2a5c518

Please sign in to comment.