Hi team,
I have deployed kafka using operator from opendhift operator hub.
I have created instances of zookeeper, kafka and control centre. Zookepeer and kafka were running fine. but control center is continously failing with below error
[2023-03-07 07:31:47,445] ERROR [main] Unexpected error (io.confluent.controlcenter.application.AllControlCenter)
javax.servlet.ServletException: javax.servlet.ServletException: java.lang.IllegalStateException: Insufficient configured threads: required=244 < max=200 for QueuedThreadPool[qtp2040603986]@79a12552{STARTED,8<=168<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3f1b4a14{reserved=0/20,pending=0}]
at org.eclipse.jetty.proxy.AbstractProxyServlet.init(AbstractProxyServlet.java:148)
I’m not sure where to increase this thread. Please some one could help on this issue.
thanks