Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
Description
Currently the awaitTermination() method of connect's JVM client's StreamingQuery won't throw error when there is an exception.
In Python connect this is directly handled by python client's error-handling framework but such is not existed in JVM client right now.
We should verify it works when JVM adds that