EmbeddedStreamsConfigImpl

io.github.embeddedkafka.streams.EmbeddedStreamsConfigImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def config(streamName: String, extraConfig: Map[String, AnyRef])(implicit kafkaConfig: EmbeddedKafkaConfig): Map[String, AnyRef]

Value parameters

extraConfig

any additional configuration. If the keys are already defined in the default they will be overwritten with this

kafkaConfig

the Kafka test configuration

streamName

the name of the stream. It will be used as the Application ID

Attributes

Returns

a map of config parameters for running Kafka Streams

Inherited from:
EmbeddedStreamsConfig (hidden)