Skip to content

Conversation

@rajuGT
Copy link

@rajuGT rajuGT commented Sep 15, 2025

With this commit, one can utilize the existing Dagger code to write their new custom Dagger/Flink job. This setup supports to utilize existing source and sink adapters, serialization/deserialization, and monitoring setups. With just a minimal change (one config override JOB_BUILDER_FQCN), it can be integrated into the existing orchestrator/deployment cycle.

We have also added an ExampleStreamApiJobBuilder as a reference implementation. It does not use Flink Table/SQL APIs; instead, it leverages the DataStream APIs to compute results.

With this commit, one can utilize the existing Dagger code, which supports existing source and sink adapters, serialization/deserialization, and monitoring setups. With just a minimal change (one config override), it can be integrated into the existing orchestrator/deployment cycle.

We have also added an ExampleStreamApiJobBuilder as a reference implementation. It does not use Flink Table/SQL APIs; instead, it leverages the DataStream APIs to compute results.
@rajuGT rajuGT merged commit 9f841cc into main Sep 16, 2025
3 checks passed
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.

3 participants