Skip to content

Commit

Permalink
Also needed to update here...
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Mar 18, 2024
1 parent 14ecf3f commit 0de49eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async function emitToOverflow(queue: IngestionConsumer, kafkaMessages: Message[]
queue.pluginsServer.kafkaProducer.produce({
topic: KAFKA_EVENTS_PLUGIN_INGESTION_OVERFLOW,
value: message.value,
key: null, // No locality guarantees in overflow
key: message.key,
headers: message.headers,
waitForAck: true,
})
Expand Down

0 comments on commit 0de49eb

Please sign in to comment.