Release date 2025/10/01
Feature
-
Added
websocket
mode to theconfluent-consume
plugin.
Release date 2025/10/10
Added enforce_latest_offset_reset
flag to fix incorrect latest
offset behavior. When false
(default), maintains backwards compatibility where latest
acts like earliest
. When true
, latest
correctly starts from end of topic. Also fixed offset commit bug when no records are consumed, preventing feedback loop with true latest behavior.
Fixed an issue where the plugin would fail to connect using mTLS.
Release date 2025/03/27
An error message appears in the logs about a missing cluster name, even when the name is specified.