Versions Compared

Key

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

...

Discussion thread: see Jira issue

JIRA: KAFKA-13864

Motivation

To allow implementing Spring managed interceptors for producers and consumers,

https://github.com/spring-projects/spring-kafka/issues/2244

  • a new constructor should be added in KafkaProducer
  • the visibility of an existing constructor in KafkaConsumer should move from default to public

Kafka streams is not concerned by this issue as the KafkaStreams object is already exposing a constructor receiving a StreamsConfig object.

Public Interfaces

KafkaProducer

...