All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tenable.library.kafkaclient.config.TopicDefinitionDetails.scala Maven / Gradle / Ivy

There is a newer version: 0.8.5
Show newest version
package com.tenable.library.kafkaclient.config

case class TopicDefinitionDetails(
    name: String,
    partitions: Int,
    replicationFactor: Short,
    // Additional, optional config, for reference see: https://kafka.apache.org/documentation/#topicconfigs
    properties: Map[String, String] = Map.empty
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy