You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am intermittently getting this error for CreateTopics function : "[41] Not Controller: this is not the correct controller for this cluster"
It works fine with my local kafka cluster but this error comes with AWS MSK.
Also, the topics already exist in MSK, but still the the call shouldn't fail with this error.
Kafka Version
What version(s) of Kafka are you testing against? 3.5.1
What version of kafka-go are you using? v0.4.47
To Reproduce
Resources to reproduce the behavior: Use my code block multiple times on an AWS MSK cluster.
Describe the bug
I am intermittently getting this error for CreateTopics function : "[41] Not Controller: this is not the correct controller for this cluster"
It works fine with my local kafka cluster but this error comes with AWS MSK.
Also, the topics already exist in MSK, but still the the call shouldn't fail with this error.
Kafka Version
To Reproduce
go
Expected Behavior
The call shouldn't fail.
Observed Behavior
Intermittently getting the error : "[41] Not Controller: this is not the correct controller for this cluster"
The text was updated successfully, but these errors were encountered: