Chapter 3. Enhancements
Streams for Apache Kafka 2.7 adds a number of enhancements.
3.1. Kafka 3.7.0 enhancements Copy linkLink copied to clipboard!
For an overview of the enhancements introduced with Kafka 3.7.0, refer to the Kafka 3.7.0 Release Notes.
3.2. Kafka Bridge text format Copy linkLink copied to clipboard!
When performing producer operations, POST requests must provide Content-Type headers specifying the embedded data format of the messages produced. Previously, JSON and binary were the supported formats for record and key values. It’s now possible to also use text format.
| Embedded data format | Content-Type header |
|---|---|
| JSON |
|
| Binary |
|
| Text |
|