DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Current state: Draft
Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
JIRA: here [Change the link from KAFKA-1 to your own ticket]
...
New configurations are added to specify the upper and lower bounds of the associated group configurations.
| Configuration | Description | Values |
|---|---|---|
| (Existing configuration) | Default 5, minimum 2, maximum 10 (no change) |
| The maximum value of a group configuration for the maximum number of delivery attempts for a record delivered to a share group. | Default 10, minimum 5, maximum 25 |
| The minimum value of a group configuration for the maximum number of delivery attempts for a record delivered to a share group. | Default 2, minimum 2, maximum 5 |
| (Existing configuration) | Default 2000, minimum 100, maximum 10000 (no change) |
| The maximum value of a group configuration for the share-group record lock limit per share-partition. | Default 4000, minimum 2000, maximum 10000 |
group.share.min.partition.max.record.locks | The minimum value of a group configuration for the share-group record lock limit per share-partition. | Default 100, minimum 100, maximum 2000 |
Group configuration
| Configuration | Description | Values |
|---|---|---|
share.delivery.count.limit | The maximum number of delivery attempts for a record delivered to the share group. | If not specified, uses the broker configuration If specified, minimum limited by the broker configuration |
share.partition.max.record.locks | Record lock limit per share-partition. | If not specified, uses the broker configuration If specified, minimum limited by the broker configuration |
share.renew.acknowledge.enable | Whether the renew acknowledge type is enabled for the share group. | Valid values "true" (default) and "false" |
Compatibility, Deprecation, and Migration Plan
...