knative-extensions/eventing-kafka-broker@release-1.15
Changes by Kind
Trigger Filters
- The new-trigger-filters feature flag has been removed, and the feature is now GA and always enabled. (#3963, @Cali0707)
- The CESQL filter dialect now supports the CESQL v1 specification (https://github.com/cloudevents/spec/releases/tag/cesql%2Fv1.0.0). IMPORTANT: The v1 specification has some changes compared to the previous v0.1 - please verify your expressions if you use CESQL filters (#3964, @Cali0707)
KEDA Scaling
- Channels now use consumergroups internally. This enables them to be autoscaled with KEDA. IMPORTANT: to downgrade from this release, you will need to delete any consumergroups owned by a channel, and delete the kafka-channel-receiver and kafka-channel-dispatcher statefulsets (#3816, @Cali0707)
- 🐛 KEDA ScaledObjects are now only created with an authentication ref if there is a trigger authentication object to reference (#3941, @Cali0707)
- Remove Keda objects during reconciliation (#3676, @converge)