| Package | Description |
|---|---|
| net.soundvibe.kafka.config.streams |
| Modifier and Type | Method and Description |
|---|---|
static TopologyOptimization |
TopologyOptimization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopologyOptimization[] |
TopologyOptimization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamsConfigBuilder |
StreamsConfigBuilder.withTopologyOptimization(TopologyOptimization topologyOptimization)
A configuration telling Kafka Streams if it should optimize the topology, disabled by default
|
Copyright © 2021. All rights reserved.