We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781d4a commit 0891fb7Copy full SHA for 0891fb7
flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java
@@ -250,7 +250,7 @@ private RestClusterClient(
250
T clusterId,
251
WaitStrategy waitStrategy,
252
ClientHighAvailabilityServicesFactory clientHAServicesFactory,
253
- EventLoopGroup group)
+ @Nullable EventLoopGroup group)
254
throws Exception {
255
this.configuration = checkNotNull(configuration);
256
0 commit comments