ConsumerGroupReplication

Details about consumer group replication.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The consumer group offset synchronization mode. With LEGACY, offsets are synchronized when producers write to the source cluster. With ENHANCED, consumer offsets are synchronized regardless of producer location. ENHANCED requires a corresponding replicator that replicates data from the target cluster to the source cluster.

Link copied to clipboard

List of regular expression patterns indicating the consumer groups that should not be replicated.

Link copied to clipboard

List of regular expression patterns indicating the consumer groups to copy.

Link copied to clipboard

Enables synchronization of consumer groups to target cluster.

Link copied to clipboard

Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String