Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This release contains no new features or enhancements. 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.