Commit d86c30f
Fix FlinkJobManagerUrl to use discovered dynamic port
FlinkJobManagerUrl was hardcoded to http://localhost:8081/ but Aspire uses dynamic ports. Changed to use the discovered flinkRestApi value which contains the correct dynamic port mapping.
This fixes the Flink health check failures in Day01 exercises.
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>1 parent 4042593 commit d86c30f
File tree
1 file changed
+1
-1
lines changed- LearningCourse/LearningCourse.IntegrationTests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments