English 中文(简体)
flink kafka source commit offset to error offset, suddenly increase or decrease, it is a bug?
原标题:
  • Environment: flink 1.13.6 on yarn
  • Application: flink api stream application, consume one topic named a with group.id g , with checkpoint, auto commit offset is closed, offset committment is triggered by checkpoint. checkpoint every minutes at 24 second, such as 12:00:24, 12:01:24...
  • Problem Description: The offset commited to kafka is suddenly increase from a small value (we had a big lag) to a value close to the partioin log offset (infer to nearly no lag at all), and vice versa. For better illustration, the following is two pictures of offset monitoring to describe the wierd error. enter image description here enter image description here For more detail, I seek to the offset topic to get the commit detail, find that the topic is operation nomally and the offset commited is wierd. (so it s not the problem of kafka). enter image description here enter image description here As I mentioned, I check the status of the topic and seek to offset topic find the commited messages, make sure is the problem of the client side. Is it a bug of flink kafka source or checkpoint?
问题回答

暂无回答




相关问题
Kafka stream for processing event which takes long time

I have a Spring Boot Kafka Stream application that reads the records do some HTTP calls and transform the record into another form. This transform record is then sent to the producer. final KStream<...

热门标签