The heartbeat interval given to the members of a consumer group.
| Type: | int |
|---|---|
| Default: | 5000 (5 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |
The timeout to detect client failures when using the consumer group protocol.
| Type: | int |
|---|---|
| Default: | 45000 (45 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |
The strategy to initialize the share-partition start offset.
| Type: | string |
|---|---|
| Default: | latest |
| Valid Values: | [latest, earliest, by_duration:PnDTnHnMn.nS] |
| Importance: | medium |
The heartbeat interval given to the members of a share group.
| Type: | int |
|---|---|
| Default: | 5000 (5 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |
Controls how to read records written transactionally. If set to "read_committed", the share group will only deliver transactional records which have been committed. If set to "read_uncommitted", the share group will return all messages, even transactional messages which have been aborted. Non-transactional records will be returned unconditionally in either mode.
| Type: | string |
|---|---|
| Default: | read_uncommitted |
| Valid Values: | [read_committed, read_uncommitted] |
| Importance: | medium |
The record acquisition lock duration in milliseconds for share groups.
| Type: | int |
|---|---|
| Default: | 30000 (30 seconds) |
| Valid Values: | [1000,...] |
| Importance: | medium |
The timeout to detect client failures when using the share group protocol.
| Type: | int |
|---|---|
| Default: | 45000 (45 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |
The heartbeat interval given to the members.
| Type: | int |
|---|---|
| Default: | 5000 (5 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |
The number of standby replicas for each task.
| Type: | int |
|---|---|
| Default: | 0 |
| Valid Values: | [0,...] |
| Importance: | medium |
The timeout to detect client failures when using the streams group protocol.
| Type: | int |
|---|---|
| Default: | 45000 (45 seconds) |
| Valid Values: | [1,...] |
| Importance: | medium |