We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb699 commit d998d6fCopy full SHA for d998d6f
1 file changed
ballerina/cdc_listener.bal
@@ -49,7 +49,7 @@ public isolated class CdcListener {
49
#
50
# + return - An error if the listener cannot be started, or `()` if successful
51
public isolated function 'start() returns cdc:Error? {
52
- check cdc:externStartWithSeparateConfigs(self, self.debeziumConfigs, self.listenerConfigs);
+ check cdc:externStartWithExtendedConfigs(self, self.debeziumConfigs, self.listenerConfigs);
53
}
54
55
# Detaches a CDC service from the Postgresql listener.
0 commit comments