tkaymak commented on code in PR #34763: URL: https://github.com/apache/beam/pull/34763#discussion_r2100611322
########## sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumTransformRegistrar.java: ########## @@ -34,7 +34,7 @@ "nullness" // TODO(https://github.com/apache/beam/issues/20497) }) public class DebeziumTransformRegistrar implements ExternalTransformRegistrar { - public static final String READ_JSON_URN = "beam:transform:org.apache.beam:debezium_read:v1"; + public static final String READ_JSON_URN = "beam:transform:org.apache.beam:debezium_read:v3"; Review Comment: Thanks for that catch! -- 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]
