Skip to content

Commit 06ef4a8

Browse files
feat: Inject vector aggregator address as env into vector config (#933)
* inject vector aggregator address as env into config * add pr number to changelog * chore: Use borrows --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent b1295ef commit 06ef4a8

File tree

7 files changed

+391
-868
lines changed

7 files changed

+391
-868
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ All notable changes to this project will be documented in this file.
1010
- BREAKING: The file log directory was set by `ZOOKEEPER_OPERATOR_LOG_DIRECTORY`,
1111
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
1212
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
13+
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
14+
of having the operator write it to the vector config ([#933]).
1315

1416
### Fixed
1517

1618
- Use `json` file extension for log files ([#932]).
1719

1820
[#927]: https://github.com/stackabletech/zookeeper-operator/pull/927
21+
[#933]: https://github.com/stackabletech/zookeeper-operator/pull/XXX
1922
[#932]: https://github.com/stackabletech/zookeeper-operator/pull/932
2023

2124
## [25.3.0] - 2025-03-21

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)