You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no Redis Sink available, but you can leverage [`foreachBatch`](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#foreachbatch) and [DataFrame](dataframe.md) write command to output
45
+
stream into Redis. Please note, `foreachBatch` is only available starting from Spark 2.4.0.
Please refer to [DataFrame docs](dataframe.md) for different options(such as specifying key name) available for writing .
88
+
42
89
### Stream Offset
43
90
44
91
By default it pulls messages starting from the latest message in the stream. If you need to start from the specific position in the stream, specify the `stream.offsets` parameter as a JSON string.
0 commit comments