리밸런싱이 자주 일어나는 경우 - CommitFailedException에 대해
platform/kafka 2022. 3. 28. 01:24

에러 발생 상황 org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that 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 message processing. You can address t..