您好,我目前正在尝试通过融合连接器将数据从 kafka(MSK)(AWS) 发送到 elasticsearch。我有一个来自 sql 数据库的数据流。当我运行 confluent 连接器时,它会运行一段时间将数据发送到 elasticsearch,但会在一两分钟后停止,并出现以下错误。
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.
有很多数据需要流式传输,并且想知道是否有更好的方法或特定设置来一次发送多个批次,或者修复此错误的方法可能会有所帮助。我的弹性搜索服务器太小了吗?
任何其他信息请告诉我谢谢。