ksrihari93 opened a new issue, #5875: URL: https://github.com/apache/hudi/issues/5875
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** I'm using Hudi Delta streamer in continuous mode with Kafka source. we have 120 partitions in the Kafka topic and the ingestion rate is (200k) RPM All of a sudden job has stopped pulling the new data from Kafka topic. It keeps on polling the same offset again and again. A clear and concise description of the problem. The Deltastreamer job with Kafka Source we are running for many days all of a sudden the job has started polling the new data from the Kafka topic. we have some alerts on top of hudi table and some metrics setup on kafka lag as well , once we receive the alert that last record we have in table is more than 5 hours and after debugging through logs we came to know that it's always started fetching the data from same offset again and again. **Expected behavior** It should start polling the new data and commit the offset it has consumed from kafka topic into target commit file . **Environment Description** * Hudi version :0.9 * Spark version :2.4 * Storage (HDFS/S3/GCS..) :BLOB * Running on Docker? (yes/no) :Kubernetes **Additional context** Add any other context about the problem here. **Stacktrace** ```Attaching the Files ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
