Replies: 2 comments
-
The Entity Operator does not use any of the listeners you configure and does not care about what kind of authentication you use there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. It had nothing with ingress. Just a matter of time. topics/users got ready eventually |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Since I enable authentication on ingress listener my new topics/users never get ready with warning in log:
kc -n kafka logs cluster0-entity-operator-6594568847-l6dv7
..
WARN [vertx-blocked-thread-checker] BlockedThreadChecker: - Thread Thread[blocking-startup-ops-0,5,main] has been blocked for 60122 ms, time limit is 60000 ms
io.vertx.core.VertxException: Thread blocked
So I have to rollback to get it working
My cluster (breaking changes are commented):
What Ive missing? Should I prepare entity operator somehow for enabling authentication on ingress listener
Beta Was this translation helpful? Give feedback.
All reactions