jhchee opened a new issue, #8544: URL: https://github.com/apache/hudi/issues/8544
**Describe the problem you faced** Currently, we are reading on Spark structured streaming to incrementally process Hudi table. One option that we would like to see is rate limiting when reading from Hudi table. This would help much to not overwhelm our downstream consumer. This was discussed in the past: https://github.com/apache/hudi/issues/3724#issuecomment-986309728 Similar functionality in the Delta version. https://docs.delta.io/latest/delta-streaming.html#limit-input-rate **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. 4. **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
