EmbeddedConnectConfigImpl

io.github.embeddedkafka.connect.EmbeddedConnectConfigImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def config(connectPort: Int, offsets: Path, extraConfig: Map[String, String])(implicit kafkaConfig: EmbeddedKafkaConfig): Map[String, String]

Value parameters

connectPort

the Kafka Connect port for the REST API to listen on.

extraConfig

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

kafkaConfig

the Kafka test configuration.

offsets

the file to store offset data in.

Attributes

Returns

a map of config parameters for running the Kafka Connect server.

Inherited from:
EmbeddedConnectConfig (hidden)