From 4b03c50ac77a9f2581fd2dc81ea1f313d1dbf440 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Thu, 26 Sep 2024 17:36:43 +0200 Subject: [PATCH] support having kafka sites code in backbeat consumer already supports setting the client.rack consumer parameter to the site set in the config Issue: BB-521 --- lib/config.joi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config.joi.js b/lib/config.joi.js index 0d7595964..4f76aaaf2 100644 --- a/lib/config.joi.js +++ b/lib/config.joi.js @@ -29,6 +29,7 @@ const joiSchema = joi.object({ intervalS: joi.number().default(60), }, maxRequestSize: joi.number().default(KAFKA_PRODUCER_MESSAGE_MAX_BYTES), + site: joi.string(), }, transport: transportJoi, s3: hostPortJoi.required(),