Thylossus commented on issue #414: URL: https://github.com/apache/camel-kafka-connector/issues/414#issuecomment-686484155
Thank you both for spending so much time with investigating this issue 👍 I've configured our deployment so that the docker container's quota is fixed to 0.75 CPU cores and it works fine: ``` CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 1c24d113ae09 dericon-kafka-connect 75.27% 598.1MiB / 3.851GiB 15.17% 1.25MB / 452kB 0B / 4.1kB 46 ``` I run the connector with `task.max = 1` and while this still uses the quota completely, we can handle this load on our server without impacting other applications too much. This is a great progress compared to yesterday. Your help is highly appreciated. I've also updated the sample with the latest settings. While we can work with the current solution, I'm not sure if this issue can be closed yet, but I'll leave the decision with you. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
