dawidwys commented on a change in pull request #6266: [FLINK-9682] Add 
setDescription to execution environment and provide description field for the 
rest api
URL: https://github.com/apache/flink/pull/6266#discussion_r219487366
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
 ##########
 @@ -156,6 +158,25 @@ public ExecutionConfig getConfig() {
                return config;
        }
 
+       /**
+        * Gets the description of the job.
+        *
+        * @return the job's description
+        */
+       public String getDescription() {
 
 Review comment:
   I would prefer not to add those methods. I would handle the description the 
same way the `jobName` is.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to