tillrohrmann commented on a change in pull request #18083:
URL: https://github.com/apache/flink/pull/18083#discussion_r784861806
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -547,6 +547,17 @@
code(SchedulerType.AdaptiveBatch.name()))
.build());
+ /**
+ * The JobManager's ResourceID. If not configured, the ResourceID will be
generated randomly.
+ */
+ @Documentation.Section(Documentation.Sections.ALL_JOB_MANAGER)
+ public static final ConfigOption<String> JOB_MANAGER_RESOURCE_ID =
+ key("jobmanager.resource-id")
Review comment:
We could change this as a follow up. Atm this establishes symmetry with
`TaskManagerOptions.TASK_MANAGER_RESOURCE_ID`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]