Hello I am currently trying to send data from kafka(MSK)(AWS) to elasticsearch via confluent connector. I have a stream of data coming in from a sql database. When I run the confluent connector it runs for a while sending data to elasticsearch but stops after a minute or 2 with the error below.
sending LeaveGroup request to coordinator b-2.*****.amazonaws.com:9092 due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
There is a lot of data to stream through and wondering if there is a better way or specific settings to send multiple batches at once or a way to fix this error that may help. Is my elasticsearch server to small?
Any other information please let me know thank you.