-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
It looks that the User Operator does not scale well. When used with multiple users using things such as quotas and ACLs, the reconciliation starts taking too long. This certainly isn't helped by us:
- Reconciling everything every 2 minutes
- Running all the reconciliations in parallel instead of queuing them
It looks like the bottleneck is Kafka and the Kafka APIs.
Created by Strimzi#5691