) 20:40
收件人:user
主 题:Handling back pressure in Flink.
Hi,
In spark one can handle back pressure by setting the spark conf parameter:
sparkConf.set("spark.streaming.backpressure.enabled","true")
With backpressure you make Spark Streaming application stable, i.e. receives
dat
Hi,
In spark one can handle back pressure by setting the spark conf parameter:
sparkConf.set("spark.streaming.backpressure.enabled","true")
With backpressure you make Spark Streaming application stable, i.e.
receives data only as fast as it can process it. In general one needs to
ensure that you