You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDC: Fix validation logic for configs related to parallel streaming (#173)
This PR fixes the bug while validating the parallel streaming
configuration properties and instead of using a common method to
validate, we now specify the lambda method directly at the time of
`Field` declaration.
Copy file name to clipboardexpand all lines: debezium-connector-postgres/src/test/java/io/debezium/connector/postgresql/PostgresConnectorConfigDefTest.java
+15-3
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,22 @@ public void shouldFailIfSlotRangesSpecifiedWithoutParallelStreamingMode() {
0 commit comments