Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Kafka] Update error assertion for MessageTooLargeError #396

Merged
merged 3 commits into from
May 21, 2024

Conversation

@Tang8330 Tang8330 changed the title [Kafka] Update error assertion [Kafka] Update error assertion for MessageTooLargeError May 21, 2024
@Tang8330 Tang8330 marked this pull request as ready for review May 21, 2024 04:58
@@ -134,6 +134,7 @@ func (b *BatchWriter) Write(ctx context.Context, rawMsgs []lib.RawMessage) error
break
}

fmt.Println("kafkaErr: ", kafkaErr, isExceedMaxMessageBytesErr(kafkaErr))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra print statement.

@Tang8330 Tang8330 merged commit d86fb0b into master May 21, 2024
3 checks passed
@Tang8330 Tang8330 deleted the kafka-lg-message-err branch May 21, 2024 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants