Hi, AFAIK it is not possible to set the job id manually.
You could get the job id via the REST API. For example, http://host:port/joboverview/running gives you a list of running jobs [1] which you can filter by name. Would that work for you? Best, Gary [1] https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitoring/rest_api.html#overview-of-jobs On Thu, May 3, 2018 at 9:23 AM, shashank734 <shashank...@gmail.com> wrote: > How I can set Fixed JobId for my flink Job. Cause queryable client required > Job ID. So whenever I'll update or redeploy my queryable state job than > JobID will change and i have to change and redeploy in queryable client > app. > > Is there any way I can fix the jobID or dynamically pass in the client app. > > > > -- > Sent from: http://apache-flink-user-mailing-list-archive.2336050. > n4.nabble.com/ >