Skip to content

Knative Eventing Kafka Broker release v1.4.2

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 31 May 10:46
· 8 commits to release-1.4 since this release
04943fc

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 using spec.delivery.timeout on Broker, Trigger, KafkaChannel and Subscription. (#2057, @pierDipi)
  • Add new new-trigger-filters experimental feature. When enabled, Triggers support a new filters field that conforms to the filters API field defined in the CloudEvents 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)