LeonardMeyer commented on PR #101: URL: https://github.com/apache/bahir/pull/101#issuecomment-1453784000
Just stumbled upon this PR. For anyone interested, my guess is that the correct implementation should use Spark Streaming's [BlockGenerator](https://github.com/apache/spark/blob/master/streaming/src/main/scala/org/apache/spark/streaming/receiver/BlockGenerator.scala) class. It would give the whole process `spark.streaming.backpressure.enabled` support for free since its `RateLimiter` implementation is `DStream` aware. -- 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]
