Skip to content

Commit

Permalink
Cleanup history
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <breezewish@outlook.com>
  • Loading branch information
breezewish committed Dec 15, 2023
1 parent c6b3fec commit c56c068
Show file tree
Hide file tree
Showing 6 changed files with 868 additions and 153 deletions.
2 changes: 1 addition & 1 deletion pkg/sink/codec/builder/encoder_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewRowEventEncoderBuilder(
case config.ProtocolCraft:
return craft.NewBatchEncoderBuilder(cfg), nil
case config.ProtocolDebezium:
return debezium.NewBatchEncoderBuilder(cfg), nil
return debezium.NewBatchEncoderBuilder(cfg, config.GetGlobalServerConfig().ClusterID), nil
case config.ProtocolSimple:
return simple.NewBuilder(cfg), nil
default:
Expand Down
Loading

0 comments on commit c56c068

Please sign in to comment.