Support HTTP bridge release 1.0.0#12443
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12443 +/- ##
============================================
+ Coverage 74.99% 75.02% +0.02%
Complexity 6435 6435
============================================
Files 373 373
Lines 24895 24904 +9
Branches 3205 3205
============================================
+ Hits 18671 18684 +13
+ Misses 4905 4902 -3
+ Partials 1319 1318 -1
🚀 New features to boost your workflow:
|
fcffd60 to
34b1d1b
Compare
b2856b9 to
46119b9
Compare
972a8a5 to
fe828ba
Compare
|
As in agreement with @tinaselenge, who is going to be offline for one month, I will take care of this PR. |
|
Using this PR in early stages for testing HTTP bridge 1.0.0 RCs. |
|
/gha run pipeline=regression |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
|
/gha run pipeline=regression |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
Signed-off-by: Gantigmaa Selenge <tina.selenge@gmail.com>
Fixed scholzj comments Signed-off-by: Paolo Patierno <ppatierno@live.com>
Fixed KafkaBridgeConfigurationBuilder test Signed-off-by: Paolo Patierno <ppatierno@live.com>
bridge service Fixed systemtest related to usage of new version of Log4j2 Fixed systemtest related to multiple service discovery annotations by the bridge Signed-off-by: Paolo Patierno <ppatierno@live.com>
Signed-off-by: Paolo Patierno <ppatierno@live.com>
e56923a to
6c827b6
Compare
|
/gha run pipeline=regression |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
🎉 System test verification passed: link |
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/KafkaBridgeCluster.java
Show resolved
Hide resolved
Signed-off-by: Paolo Patierno <ppatierno@live.com>
| * Add `topologySpreadConstraints` support to the Strimzi Helm chart operator Deployment | ||
| * Update HTTP bridge to 1.0.0. | ||
| * `/metrics` endpoint is no longer available on the regular HTTP interface (port 8080 by default). It is now available on the HTTP management interface, 8081. | ||
| Users upgrading to Strimzi 1.0.0+ should check all monitoring configurations that scrape Kafka Bridge metrics and update them to use port 8081 instead of 8080 or any other non-default port before or immediately after the upgrade to avoid metrics collection failures. |
There was a problem hiding this comment.
I think sometimes it is pretty unclear what should be in new features and what should be in major changes. Given this is a breaking change, shuld this part about metrics be moved (or copied) to the subchapter belowM
|
/gha run pipeline=regression |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
Type of change
Select the type of your PR
Description
Add support for the new bridge release and update the port that exposes the health and metrics related endpoints.
Checklist
Please go through this checklist and make sure all applicable tasks have been done