You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ReleasePackagesTesting folder for validating release artifacts
- Created ReleasePackagesTesting solution with AppHost and IntegrationTests
- AppHost uses Docker image (flinkdotnet/jobgateway) instead of project reference
- IntegrationTests use FlinkDotnet NuGet package instead of project references
- Copied test infrastructure from LocalTesting (connectors, Maven projects, configs)
- Added test-release-packages.ps1 script for workflow integration
- Tests validate Docker image and NuGet packages work before publishing
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
This is a standalone Apache Flink job using the official Flink Kafka connector to validate that the Aspire LocalTesting infrastructure is correctly configured.
4
+
5
+
## Purpose
6
+
7
+
Before debugging Gateway/IR issues, we need to prove the infrastructure works with a standard Flink job:
8
+
- ✅ Aspire DCP correctly configures Flink cluster
9
+
- ✅ Kafka is accessible from Flink containers at `kafka:9093`
0 commit comments