4 Commits

Author SHA1 Message Date
4adea8f2d1 fix: add PROD_KAFKA_TOPIC_VERSION_SETTING to SQL dump
Required by eventManagerServiceV2 for Kafka topic routing.
Without this, EventManager fails to initialize on first request.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 15:20:51 +05:30
99edcfcc20 Fix PROD_KAFKA_TOPIC_VERSION_SETTING seed value for event-manager Kafka init
Empty JSON '{}' caused event-manager TopicSettingServlet to fail during
Kafka producer initialization. Set correct format: {"events":["GCP_KAFKA"]}

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:36:08 +05:30
7cbda21fb6 Seed PROD_KAFKA_TOPIC_VERSION_SETTING property for eventManagerServiceV2
INSERT IGNORE ensures idempotency on re-deploy (PK: entity_type, entity_value, property_type).
Required by eventManagerServiceV2 at startup for TopicSettingServlet.refreshTopicSettings().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 20:28:29 +05:30
Vaibhav Pathak
db7d1edb33 file changed 2026-02-05 14:53:20 +05:30