Spark Stream Continuous Trigger
stream_trigger_continuous
Description
Creates a Spark structured streaming trigger to execute continuously. This mode is the most performant but not all operations are supported.
Usage
stream_trigger_continuous(checkpoint = 5000)Arguments
| Arguments | Description |
|---|---|
| checkpoint | The checkpoint interval specified in milliseconds. |
See Also
stream_trigger_interval