Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Nov 2, 2023
1 parent 7f6cac5 commit c4dc700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class DbzCdcEventConsumer
this.heartbeatTopicPrefix = heartbeatTopicPrefix;

// The default JSON converter will output the schema field in the JSON which is unnecessary
// to source parser, we use a customized JSON converter to avoid outputing the `schema`
// to source parser, we use a customized JSON converter to avoid outputting the `schema`
// field.
var jsonConverter = new DbzJsonConverter();
final HashMap<String, Object> configs = new HashMap<>(2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.apache.kafka.connect.json.JsonConverter;

/**
* Customize the JSON converter to avoid outputing the `schema` field but retian `payload` field in
* Customize the JSON converter to avoid outputting the `schema` field but retian `payload` field in
* the JSON output. e.g.
*
* <pre>
Expand Down

0 comments on commit c4dc700

Please sign in to comment.