tweise commented on a change in pull request #10:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/10#discussion_r811464631
##########
File path: examples/basic-checkpoint-ha.yaml
##########
@@ -25,6 +25,7 @@ spec:
image: flink:1.14.3
flinkVersion: 1.14.3
flinkConfiguration:
+ taskmanager.numberOfTaskSlots: "2"
Review comment:
@gyfora as follow-up I would suggest that we can handle yaml number
types and don't assume Configuration.setString will just work. That way users
won't need to quote numbers..
--
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]