MetadataConfig

final case class MetadataConfig(debouncer: TopologyEventDebouncerConfig, schema: SchemaConfig, tokenMap: TokenMapConfig)

Metadata

Value parameters:
debouncer

Debouncing to smoothen out oscillations if conflicting events are sent out in short bursts.

schema

Options relating to schema metadata.

tokenMap

Whether token metadata (Cluster.getMetadata.getTokenMap) is enabled.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product