App code reads KAFKA_BOOTSTRAP_SERVERS (all services), but configmaps had KAFKA_BROKER (data) and EXECUTE_KAFKA_BOOTSTRAP_SERVERS (execute). Services silently fell through to hardcoded defaults — Kafka unreachable. - data-service: KAFKA_BROKER -> KAFKA_BOOTSTRAP_SERVERS - execute-service: EXECUTE_KAFKA_BOOTSTRAP_SERVERS -> KAFKA_BOOTSTRAP_SERVERS |
||
|---|---|---|
| .. | ||
| configmaps | ||
| dashboard | ||
| data-service | ||
| execute-service | ||
| network-policies | ||
| news-service | ||
| routes | ||
| secrets | ||
| kustomization.yaml | ||