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>
This commit is contained in:
parent
7cbda21fb6
commit
99edcfcc20
@ -34,6 +34,6 @@ VALUES
|
|||||||
'AGENCY',
|
'AGENCY',
|
||||||
'ALL',
|
'ALL',
|
||||||
'PROD_KAFKA_TOPIC_VERSION_SETTING',
|
'PROD_KAFKA_TOPIC_VERSION_SETTING',
|
||||||
'{}',
|
'{"events":["GCP_KAFKA"]}',
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user