From 90272e8cf91fc09d770156b69b980f07dda53944 Mon Sep 17 00:00:00 2001 From: rajuGT Date: Fri, 24 Apr 2026 18:38:10 +0700 Subject: [PATCH] [phase-5] Add KAFKA to Firehose sink type schema - Add KAFKA to SINK_TYPE enum in modules/firehose/schema/config.json - Enables Entropy to validate and accept Kafka sink Firehose resources - All SINK_KAFKA_* env vars pass through as generic env_variables --- modules/firehose/schema/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/firehose/schema/config.json b/modules/firehose/schema/config.json index 2d844fc5..e6def93e 100644 --- a/modules/firehose/schema/config.json +++ b/modules/firehose/schema/config.json @@ -54,7 +54,8 @@ "REDIS", "BIGQUERY", "BIGTABLE", - "MAXCOMPUTE" + "MAXCOMPUTE", + "KAFKA" ] }, "KAFKA_RECORD_PARSER_MODE": {