Skip to content

Commit d998d6f

Browse files
Rename externStartWithSeparateConfigs to externStartWithExtendedConfigs
1 parent 68eb699 commit d998d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ballerina/cdc_listener.bal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public isolated class CdcListener {
4949
#
5050
# + return - An error if the listener cannot be started, or `()` if successful
5151
public isolated function 'start() returns cdc:Error? {
52-
check cdc:externStartWithSeparateConfigs(self, self.debeziumConfigs, self.listenerConfigs);
52+
check cdc:externStartWithExtendedConfigs(self, self.debeziumConfigs, self.listenerConfigs);
5353
}
5454

5555
# Detaches a CDC service from the Postgresql listener.

0 commit comments

Comments
 (0)