File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414### Changed
1515
1616- Deprecate support for Kafka ` 3.7.2 ` ([ #892 ] ).
17- - BREAKING: The ` <cluster>-<role>-<rolegroup> ` rolegroup service was replaced with a ` <cluster>-<role>-<rolegroup>-headless `
17+ - BREAKING: The ` <cluster>-<role>-<rolegroup> ` rolegroup service was replaced with a ` <cluster>-<role>-<rolegroup>-headless `
1818 and ` <cluster>-<role>-<rolegroup>-metrics ` rolegroup service ([ #897 ] ).
1919
2020[ #889 ] : https://github.com/stackabletech/kafka-operator/pull/889
Original file line number Diff line number Diff line change 1212 stream = sys .stdout ,
1313 )
1414
15- http_code = requests .get ("http://test-kafka-broker-default-metrics:9606" ).status_code
15+ http_code = requests .get (
16+ "http://test-kafka-broker-default-metrics:9606"
17+ ).status_code
1618 if http_code != 200 :
1719 result = 1
1820
Original file line number Diff line number Diff line change 1212 stream = sys .stdout ,
1313 )
1414
15- http_code = requests .get ("http://test-kafka-broker-default-metrics:9606/metrics" ).status_code
15+ http_code = requests .get (
16+ "http://test-kafka-broker-default-metrics:9606/metrics"
17+ ).status_code
1618 if http_code != 200 :
1719 result = 1
1820
You can’t perform that action at this time.
0 commit comments