apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Fix]: User-defined ingress causes job status error (apache#3792) #4047

Closed FrommyMind closed 2 months ago

FrommyMind commented 2 months ago

What changes were proposed in this pull request

Issue Number: close #3792

Brief change log

Ingress address was build by 'host' and 'path', when use with default path '/' , the url will some like 'http://xxxx/", but when use this url within org.apache.streampark.flink.kubernetes.watcher.FlinkJobStatusWatcher#callJobsOverviewsApi, will cause error.

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud