Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SqlJob and Flink Streaming impl #69

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Add SqlJob and Flink Streaming impl #69

merged 1 commit into from
Aug 12, 2024

Conversation

ryannedolan
Copy link
Collaborator

Summary

Add SqlJob CRD and Flink Streaming implementation.

Details

The new SqlJob CRD provides a generic API for SQL-based jobs. So far, Flink SQL in Streaming mode is supported.

For now, Subscriptions do not create SqlJobs, but instead create FlinkDeployments directly.

Testing Done

$ kubectl apply -f deploy/samples/sqljobs.yaml

$ kubectl get sqljobs                                                                                   
NAME          DIALECT   MODE        STATUS
hello-world   Flink     Streaming   Ready.

@ryannedolan ryannedolan merged commit a400db2 into main Aug 12, 2024
1 check passed
@ryannedolan ryannedolan deleted the sqljobs branch August 12, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants