mbalassi commented on PR #596:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/596#issuecomment-1551406919

   Hi @huaxk! Connecting to a cluster managed by the Kubernetes Operator is an 
antipattern in its current form, because the operator will not be aware of the 
jobs you submit this way. Only jobs that are represented by the Kubernetes 
custom resource (as of today `FlinkDeployment` or `FlinkSessionJob`) can be 
managed by the operator. Adding an SQL gateway type functionality is 
interesting, but it would require a larger reconsideration. You can run SQL 
jobs directly via the operator as presented in this 
[example](https://github.com/apache/flink-kubernetes-operator/tree/main/examples/flink-sql-runner-example).


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