You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to be able to customize the construction of the KafkaStreams instance when using the StreamsBuilderFactoryBean in order to add native spring-kafka support for Responsive and other potential drop in replacements for Kafka Streams.
I am happy to contribute this change.
Proposed API
We will extend KafkaStreamsCustomizer to include an initialization method:
Context
We'd like to be able to customize the construction of the
KafkaStreams
instance when using theStreamsBuilderFactoryBean
in order to add native spring-kafka support for Responsive and other potential drop in replacements for Kafka Streams.I am happy to contribute this change.
Proposed API
We will extend
KafkaStreamsCustomizer
to include an initialization method:The
StreamsBuilderFactoryBean
will use this method when instantiating a new instance ofKafkaStreams
.Example Usage
The text was updated successfully, but these errors were encountered: