Hi, I have a kafka connect cluster that some time the API is timing out. Calling to "/" endpoint is usually fine but calling to "/connectors" or "/connectors/<name>" will time out. I tried to look into logs but there's too many log entries so couldn't find anything specific.
I also tried exec into the container and just curl localhost the same issue happens, hence it's not a gateway issue. What's strange is, sometimes the first time I go to "/connectors" endpoint it works fine, but if I refresh right away I got time out. This is running kafka connect in docker via AWS ECS, and I have this same issue with cp-kafka-connect:4.1.0 as well as 5.3.1. Broker version is 2.2.1cp1-1 Thank you very much! -Vincent
