darenwkt commented on code in PR #409:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/409#discussion_r1003773876


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/crd/spec/AbstractFlinkSpec.java:
##########
@@ -57,6 +57,9 @@ public abstract class AbstractFlinkSpec implements 
Diffable<AbstractFlinkSpec> {
     })
     private Map<String, String> flinkConfiguration;
 
+    /** Exception specification to include stack trace in CRD. */
+    private boolean stackTraceEnabled;

Review Comment:
   Thanks for the suggestion, I have moved them to ConfigOption along with new 
config to limit the stacktrace, throwable size etc...



-- 
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]

Reply via email to