Commit 8fdd358
[WI18] Fix FlinkJobManagerUrl to use fixed port 8081 instead of dynamic Docker port
Root cause: FlinkJobManagerUrl was being set from Docker discovery (flinkRestApi)
- Docker discovery returns dynamic ports (e.g., 127.0.0.1:32769)
- Aspire now configured to use fixed port 8081 for JobManager
- Should use fixed port directly instead of discovering from Docker
Changes:
- Changed FlinkJobManagerUrl from flinkRestApi to "http://localhost:8081/"
- Matches Aspire configuration with fixed port 8081
- Ensures FLINK_JOBMANAGER_URL environment variable passed to exercises uses consistent endpoint
This fixes Day01 health check failures by using the correct fixed JobManager port.
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>1 parent 25c7781 commit 8fdd358
File tree
1 file changed
+2
-2
lines changed- LearningCourse/LearningCourse.IntegrationTests
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
| 394 | + | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments