Files

31 lines
751 B
Markdown
Raw Permalink Normal View History

2026-05-19 23:08:04 +02:00
# Kafka — atc-kafka01
2026-05-19 23:08:04 +02:00
| Item | Value |
|------|-------|
| Host | `atc-kafka01` / `10.0.21.36` |
| Mode | **KRaft** (no ZooKeeper) |
| Broker | `10.0.21.36:9092` |
| Controller | `localhost:9093` |
| UI | Kafka UI Docker — port `9000` |
| Data dir | `/home/kafka/data` |
| Systemd | `kafka.service``kraft/server.properties` |
2026-05-19 23:08:04 +02:00
## Files
2026-05-19 23:08:04 +02:00
| File | Purpose |
|------|---------|
| `kraft-server.properties` | **Live** broker config (systemd) |
| `server.properties` | Legacy ZK template (not used by current service) |
2026-05-19 23:08:04 +02:00
## Connect
2026-05-19 23:08:04 +02:00
Debezium Connect runs on **atc-lake01:8083** (`BOOTSTRAP_SERVERS=10.0.21.36:9092`).
2026-05-19 23:08:04 +02:00
Connector JSON: `../kafka/*.json` (postgres, mysql, mongodb).
2026-05-19 23:08:04 +02:00
## Refresh
2026-05-19 23:08:04 +02:00
```bash
./scripts/collect/collect-fleet-config.sh
```