Chapter 2. Enhancements
AMQ Streams 2.6 adds a number of enhancements.
2.1. Kafka 3.6.0 enhancements Copy linkLink copied to clipboard!
For an overview of the enhancements introduced with Kafka 3.6.0, refer to the Kafka 3.6.0 Release Notes.
2.2. OAuth 2.0 accept header exclude option Copy linkLink copied to clipboard!
The includeAcceptHeader configuration property has been added as an OAuth 2.0 server-side and client-side configuration option. Some authorization servers have issues with clients sending Accept: application/json headers. By setting oauth.include.accept.header="false", the header is not sent. The default setting is true.
See Using OAuth 2.0 token-based authentication and Using OAuth 2.0 token-based authorization.