Changes by Kind
Features
- Handle host headers in dataplane for identification of channel instances (#1990, @aliok)
- There is now auto-migration from old consolidated KafkaChannel to the new KafkaChannel. Low level configuration options such as Sarama settings are not migrated to the new channel. However, channel url and auth settings are migrated. (#2004, @aliok)
- Discard Consumer records that are not CloudEvents (#2066, @aavarghese)
- Dynamically set
max.poll.interval.ms
based on the delivery spec (#2058, @pierDipi) - The default request timeout is 10 minutes now, it was previously set to 10 seconds.
It can be overridden usingspec.delivery.timeout
onBroker
,Trigger
,KafkaChannel
andSubscription
. (#2057, @pierDipi) - Add new
new-trigger-filters
experimental feature. When enabled, Triggers support a newfilters
field that conforms to the filters API field defined in theCloudEvents Subscriptions API
. It allows you to specify a set of powerful filter expressions, where each expression evaluates to either true or false for each event. (#1922, @devguyio)