Refactoring

This commit is contained in:
dahoud
2026-01-24 09:33:59 +00:00
parent c5a65bab5b
commit 9d5e388efa
8 changed files with 166 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ quarkus.http.limits.max-body-size=10M
# ====================================================================
# Kafka Configuration (commun à tous les environnements)
# ====================================================================
kafka.bootstrap.servers=${KAFKA_BOOTSTRAP_SERVERS:localhost:9092}
kafka.bootstrap.servers=${KAFKA_BOOTSTRAP_SERVERS:kafka-service.kafka.svc.cluster.local:9092}
# ====================================================================
# Kafka Topics - Outgoing (Services → Kafka)