Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.4.0
-
None
Description
Continuous rate sources uses different format of offset, if we run micro-batch mode first and then shift to continuous processing, Spark will throw exception as offset format is different.
We can either using the different rate source provider like "rate-continuous" to isolate the issue. Or we should refactor RateStreamContinuousReader to use the same offset format.