Add Airflow and Kafka broker configs to git

- config/airflow/airflow.cfg (fernet/API keys redacted) + live DAG sync
- config/kafka/kraft-server.properties (live KRaft broker on kafka01)
- Extend collect-fleet-config.sh for airflow/kafka collection
- Add docs/recommendations.md with prioritized next steps
This commit is contained in:
Lakehouse Admin
2026-05-19 23:08:04 +02:00
parent 3f85ec8034
commit 7de4f5d73a
10 changed files with 351 additions and 36 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Compose: `config/docker/atc-lake01/docker-compose.yml`
|-----------|-------|-------|
| kafka-ui | provectuslabs/kafka-ui | 9000→8080 |
Kafka broker: native on `:9092` (not containerized in current lab).
Kafka broker: **KRaft** native on `:9092` — config: `config/kafka/kraft-server.properties`.
## atc-mgt01 (10.0.20.104)