Commit 363cec4
Change JobGateway port from 8080 to 8086 for standardization
Updated JobGateway port from 8080 to 8086 across all configuration files, test files, and exercise solutions to standardize the port for the JobGateway service.
Changes:
- JobGateway launchSettings.json: applicationUrl changed to 8086
- JobGateway appsettings.json: BaseUrl changed to 8086
- AppHost configuration: WithHttpEndpoint port changed to 8086
- All test files and exercise solutions updated to use 8086
- Comments and documentation updated to reflect new port
Co-authored-by: devstress <[email protected]>1 parent 0a8a666 commit 363cec4
File tree
39 files changed
+57
-57
lines changed- FlinkDotNet/FlinkDotNet.JobGateway
- Properties
- LearningCourse
- Day01-Kafka-Flink-Data-Pipeline/Exercise-Solutions
- Exercise1-StringCapitalize
- Exercise2-BackupAggregator
- Day03-AI-Stream-Processing/Exercise-Solutions
- Exercise31
- Exercise32
- Exercise33
- Exercise34
- Day04-Production-Backpressure/Exercise-Solutions
- Exercise41
- Exercise42
- Exercise43
- Exercise45
- Day05-Enterprise-Observability/Exercise-Solutions/Exercise51
- Day07-Advanced-Windows-Joins/Exercise-Solutions
- Exercise71
- Exercise72
- Exercise73
- Exercise74
- Day08-Stress-Testing/Exercise-Solutions
- Exercise81
- Exercise82
- Exercise83
- Exercise84
- Day09-Exactly-Once-Semantics/Exercise-Solutions
- Exercise91
- Exercise92
- Exercise93
- Exercise94
- Day10-Performance-Optimization-Scaling/Exercise-Solutions
- Exercise101
- Exercise102
- Day13-Advanced-Streaming-Patterns/Exercise-Solutions
- Exercise131
- Exercise132
- Exercise133
- Exercise134
- Day15-Capstone-Project/Exercise-Solutions
- Exercise151
- Exercise154
- LearningCourse.Common
- LearningCourse.IntegrationTests
- LocalTesting
- LocalTesting.FlinkSqlAppHost
- LocalTesting.IntegrationTests
39 files changed
+57
-57
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments