Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 508 Bytes

KafkaConsumerGroup.md

File metadata and controls

14 lines (7 loc) · 508 Bytes

KafkaConsumerGroup

Properties

Name Type Description Notes
groupName String The name for the consumer group to use
oldest Boolean When starting up a new group do we want to start from the oldest event (true) or the newest event (false), defaults to false [optional]
rebalanceStrategy String Rebalance strategy can be one of: sticky, roundrobin, range. Range is the default. [optional]