SIENTIAPDE-1110

Update Kafka polling time in values.yaml and refactor Kafka subscription in kafka.py to use KafkaConsumer for improved message handling.
This commit is contained in:
vitor-aignosi
2025-06-30 14:11:30 -03:00
parent 9afb74be21
commit 6144bcf8ff
2 changed files with 9 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "kafka.kafka.svc.cluster.local:9092"
- name: KAFKA_POLLING_TIME
value: "1000"
value: "10000"
- name: REDIS_HOST
value: "redis-master.redis.svc.cluster.local"