Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Apr 11, 2023
1 parent 64326c6 commit 95d111d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ private void setDeserialization(Config config) {
CanalJsonDeserializationSchema.builder(typeInfo)
.setIgnoreParseErrors(true)
.build();
break;
case COMPATIBLE_KAFKA_CONNECT_JSON:
deserializationSchema =
new CompatibleKafkaConnectDeserializationSchema(
Expand Down

0 comments on commit 95d111d

Please sign in to comment.