Changes
-
Added Cert-Manager resources for the kafka-broker-receiver, kafka-channel-receiver, and kafka-sink-receiver. (#3117, @Cali0707)
-
Added Spotless as the Java formatter support (#3171, @Leo6Leo)
-
Added support for exposing an https address from the broker. (#3122, @Cali0707)
-
Added the documentation support for spotless and go fmt (#3203, @Leo6Leo)
-
Brokers and Channels now support custom Kafka Topic name templates. (#3162, @Cali0707)
-
Eventing TLS: Pass CA certs to the data plane (#3124, @vishal-chdhry)
-
Expose the number of in-flight egress requests for a given resource in the new
event_dispatch_in_flight_count
metricMetric Description Type Tags Unit event_dispatch_in_flight_count Number of events currently dispatched to a destination waiting to be processed Gauge consumer_name, namespace_name, name, sender_context (can be "subscriber", "deadlettersink", or "reply") Dimensionless (#3062, @pierDipi) -
Fixed bug where deleting sources created before the sourcev2 upgrade caused the source to hang on finalization. (#3113, @Cali0707)
-
Implemented optional TLS server for receiver in Eventing Kafka Broker. The server uses the key pair provisioned in #3107 and has the ability to handle missing key pairs without halting receiver operations. (#3152, @Leo6Leo)
-
Probers now support rotating CA certificates (#3146, @Cali0707)
-
SSL options change when the mounted secret file changed (#3208, @Leo6Leo)
-
Support exposing https address in KafkaSink controller (#3123, @Leo6Leo)
-
TLS Cert-Manger resources are now included in KNative Eventing Releases. (#3156, @Cali0707)
-
The broker now uses a tls-enabled prober if the transport encryption flag is set to strict. (#3175, @Cali0707)
-
Upgrade Quarkus to 3.2.0.Final and fabric8.kubernetes to 6.7.2 (#3218, @Leo6Leo)