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
Problem description
The flink source implemented currently creates the pravega reader group before the flink job is submitted. Hence the flink client instance needs access to the controller and will fail if controller is not accessible at the time of job submission.
Problem description
The flink source implemented currently creates the pravega reader group before the flink job is submitted. Hence the flink client instance needs access to the controller and will fail if controller is not accessible at the time of job submission.
The original issue was created in the pravega queue: pravega/pravega#553
Problem location
FlinkPravegaReader
Suggestions for an improvement
Explore feasibility of creating the reader group from within the flink job.
The text was updated successfully, but these errors were encountered: