From 727631a8799134d5263bffc610b9f5ef916563c9 Mon Sep 17 00:00:00 2001 From: Brian Cao Date: Mon, 29 Aug 2022 16:35:50 -0700 Subject: [PATCH] remove key --- lib/kafka.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/kafka.js b/lib/kafka.js index 02c865e0..6d007009 100644 --- a/lib/kafka.js +++ b/lib/kafka.js @@ -56,7 +56,6 @@ async function sendMessage(params, topic) { topic, messages: [ { - key: 'key', value: JSON.stringify(params), }, ],