Release date 2025/11/18
Bugfix
-
Fixed an issue where the plugin would fail to connect using mTLS.
Release date 2025/10/01
Added typedefs.no_service to the kafka-consume plugin to prevent binding to a service, as it does not proxy to one. Note that this is a breaking change. If you previously attached a kafka-consume plugin to a service, it will no longer take effect. In such cases, requests will instead be proxied to the upstream configured in the service.
Release date 2025/07/03
Added WebSocket support to the kafka-consume plugin for consuming Kafka messages.
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
Added the kafka-consume plugin, which adds Kafka consumption capabilities to Kong.
Kong Gateway allows you to configure the Kafka Consume plugin without authentication settings, but authentication must be configured for the plugin to work.
If authentication is not configured, or if the authentication strategy is missing, the plugin will fail with a generic authentication error.
An error message appears in the logs about a missing cluster name, even when the name is specified.