Skip to content

Knative Eventing Kafka Broker release v1.2.5

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 25 May 21:41
· 5 commits to release-1.2 since this release
e1d6714
  • An HTTP header will be supplied to your event consumers when the broker it is communicating with supports reply events. This will always be sent while using this Kafka broker since it supports handling reply events. (#1771, @jhill072)

  • Apply back-pressure by limiting the number of in-flight dispatch requests in the unordered event consumption (#1750, @pierDipi)

  • Support TLS for the metrics server.

    Now, the receiver and the dispatcher accept the following env
    variables:

    • METRICS_PEM_CERT_PATH: TLS cert path
    • METRICS_PEM_KEY_PATH: TLS key path
    • METRICS_HOST: metrics server host (#1707, @pierDipi)

New Contributors

Full Changelog: v0.27.0...knative-v1.2.0