kafka integtatin

This commit is contained in:
CHIEFSOFT\ameye
2025-08-07 16:19:01 -04:00
parent 12f54a48f7
commit 29cdb0f930
10 changed files with 54 additions and 22 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class Config:
)
# KAFKA_BROKER = 'dev-events.simbrellang.net:9085'
KAFKA_BROKER = os.getenv("KAFKA_BROKER", "dev-events.simbrellang.net:9085")
KAFKA_BROKER = os.getenv("KAFKA_BROKER", "10.10.10.120:9092")
# SIMBRELLA_ENDPOINT_RAC_CHECKS = os.getenv("SIMBRELLA_ENDPOINT_RAC_CHECKS", "RACCheck")
VALID_APP_ID = os.getenv("SIMBRELLA_APP_ID", "app1")