Replies: 1 comment 3 replies
-
This has stumped me for awhile, it looks like #518 fixes it, with a fix upstream in IBM/sarama#3101 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @Mongey
I looked into the merge requests from the dependabot and tried to understand why the acctest fails.
I tried it locally as well and had the same issue.
I did some debugging of the test
testResourceTopic_produceMessages
in which is get often the messageStep 1/4 error: Check failed: Check 1/2 error: kafka: Failed to deliver 3 messages.
The debug output states: "ErrNotLeaderForPartition (6)"
I'm not quite sure, maybe this relates to IBM/sarama#2760 ?
Any ideas on that?
Beta Was this translation helpful? Give feedback.
All reactions