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
If a check stop reading function is provided to the SDF Kafka IO implementation, and that function ever returns true, it will result in a failed check in the Offset based restriction tracker.
Caused by: java.lang.IllegalStateException: Last attempted offset should not be null. No work was claimed in non-empty range [5, 9223372036854775807).
It appears that this feature has never worked, and will need to be redesigned and reimplemented
Issue Priority
Priority: 2
Issue Component
Component: io-java-kafka
The text was updated successfully, but these errors were encountered:
What happened?
If a check stop reading function is provided to the SDF Kafka IO implementation, and that function ever returns true, it will result in a failed check in the Offset based restriction tracker.
Caused by: java.lang.IllegalStateException: Last attempted offset should not be null. No work was claimed in non-empty range [5, 9223372036854775807).
It appears that this feature has never worked, and will need to be redesigned and reimplemented
Issue Priority
Priority: 2
Issue Component
Component: io-java-kafka
The text was updated successfully, but these errors were encountered: