New Features and Functionality (3.0.1)

This release contains no new features. For information about new features in the 3.0 main release, see New Features and Functionality (3.0).

Enhancements

The following enhancement of existing feature has been included in this release.

Kafka Headers and Timestamps

Issue number(s): XE-9391

Two new fields have been added to the KafkaUDR and KafkaResponseUDR; headers and timestamp.

Timestamp can be used to populate the UDRs with the timestamp from the ConsumerRecord, or to set the timestamp in the ProducerRecord.

The headers field can contain a list of KafkaHeaderUDRs, which is a new UDR type for Kafka, and is a key-value pair for Kafka Headers.

See Kafka UDRs(3.0) for more information.