Skip to content

Commit 87388e7

Browse files
xeniapeTechassi
andauthored
feat: Add EoS checker (#895)
* feat: Add EoS checker * add changelog entry --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 100e67f commit 87388e7

File tree

7 files changed

+1941
-1668
lines changed

7 files changed

+1941
-1668
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ All notable changes to this project will be documented in this file.
1414

1515
Use this file together with the Kafka client shell scripts and preconfigured TLS settings.
1616
Unfortunately, when Kerberos is enabled this file is incomplete and must be edited first before it can be used.
17+
- Add end-of-support checker ([#895]).
18+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
19+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
20+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1721

1822
### Changed
1923

@@ -32,6 +36,7 @@ All notable changes to this project will be documented in this file.
3236
[#889]: https://github.com/stackabletech/kafka-operator/pull/889
3337
[#890]: https://github.com/stackabletech/kafka-operator/pull/890
3438
[#892]: https://github.com/stackabletech/kafka-operator/pull/892
39+
[#895]: https://github.com/stackabletech/kafka-operator/pull/895
3540
[#897]: https://github.com/stackabletech/kafka-operator/pull/897
3641
[#898]: https://github.com/stackabletech/kafka-operator/pull/898
3742
[#900]: https://github.com/stackabletech/kafka-operator/pull/900

0 commit comments

Comments
 (0)