chore:reva bump v.2.33 (#884)
This commit is contained in:
+4
-2
@@ -469,9 +469,11 @@ type ReaderConfig struct {
|
||||
JoinGroupBackoff time.Duration
|
||||
|
||||
// RetentionTime optionally sets the length of time the consumer group will be saved
|
||||
// by the broker
|
||||
// by the broker. -1 will disable the setting and leave the
|
||||
// retention up to the broker's offsets.retention.minutes property. By
|
||||
// default, that setting is 1 day for kafka < 2.0 and 7 days for kafka >= 2.0.
|
||||
//
|
||||
// Default: 24h
|
||||
// Default: -1
|
||||
//
|
||||
// Only used when GroupID is set
|
||||
RetentionTime time.Duration
|
||||
|
||||
Reference in New Issue
Block a user