mnuttall commented on PR #186:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/186#issuecomment-1113479661
Update - yes, I've connected an sql-client to a session cluster and
successfully run jobs against it, using Kafka.
```
apiVersion: flink.apache.org/v1alpha1
kind: FlinkDeployment
metadata:
namespace: default
name: flink-test
spec:
image: flink:1.14.4-scala_2.11-java11
flinkVersion: v1_14
flinkConfiguration:
taskmanager.numberOfTaskSlots: "2"
serviceAccount: flink
jobManager:
replicas: 1
resource:
memory: "2048m"
cpu: 1
taskManager:
resource:
memory: "2048m"
cpu: 1
```
I'm going to close this PR and issue since it's not enough to get the
sql-client _within_ the session cluster to work, and not required for
application clusters.
--
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]