Package no.shhsoft.k3aembedded
Interface K3aEmbedded.AdditionalConfigurationProvider
- Enclosing class:
- K3aEmbedded
public static interface K3aEmbedded.AdditionalConfigurationProvider
Implementors of this interface may provide additional broker
configuration. Will be called after all other configuration has
been determined. Use
Builder.additionalConfigurationProvider to
set this up.-
Method Summary
-
Method Details
-
getAdditionalConfiguration
- Returns:
- a
Mapof Kafka broker configurations that will be added to, or override the default configuration
-