Skip to content

Commit

Permalink
Update cdc/sink/codec/avro.go
Browse files Browse the repository at this point in the history
Co-authored-by: zhaoxinyu <zhaoxinyu512@gmail.com>
  • Loading branch information
zhangyangyu and zhaoxinyu authored May 18, 2022
1 parent 5b59b9e commit 7a80b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/sink/codec/avro.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (a *AvroEventBatchEncoder) AppendRowChangedEvent(
log.Error(
"Single message too large",
zap.Int(
"max-message-size",
"maxMessageBytes",
a.maxMessageBytes,
),
zap.Int("length", mqMessage.Length()),
Expand Down

0 comments on commit 7a80b61

Please sign in to comment.