Versions Compared

Key

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


Status

Current state:  "Under Discussion" Discarded (subsumed by KIP-832: Allow creating a producer/consumer using a producer/consumer config)

Discussion thread: herenot available

JIRA: not available KAFKA-7527

Motivation

Whenever there is a need to introduce dependencies for handlers into a Kafka Streams project, additional steps used to be required to ensure this process. One possibility was to provide dependencies inside a Map for a configure method during application configuration process and another one was to create your own StreamsConfig class implementation with one method being overridden.

...