DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Properties | Default | Description |
|---|---|---|
emit.offset-syncs.enabled | true | Whether to store the new offset of the replicated records in offset-syncs topic or not. MirrorCheckpointConnector will fail to start if emit.checkpoints.enabled and/or sync.group.offsets.enabled are enabled while |
Proposed Changes
- Similar to
emit.checkpoints.enabledandemit.heartbeat.enabledthis KIP will addemit.offset-syncs.enabled. The config default value will be true to keep the current implementation. offset-syncs topic will not be created ifemit.offset-syncs.enabled set to falselogic to publish offset syncs in commit()will not be executed ifemit.offset-syncs.enabled set to falseMirrorCheckpointConnector will fail to start if
emit.offset-syncs.enableddisabled while emit.checkpoints.enabled and/or sync.group.offsets.enabled are enabled.
Compatibility, Deprecation, and Migration Plan
...