docs: add change log entry for Kafka query mode parameter

This commit is contained in:
Kjell Winblad 2023-06-08 16:04:50 +02:00
parent d524f8c805
commit b60dbbc792
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
A query_mode parameter has been added to the Kafka producer bridge. This parameter allows you to specify if the bridge should use the asynchronous or synchronous mode when sending data to Kafka. The default is asynchronous mode.