rotate-rightPoll interval

circle-exclamation

The k2k-offset-mapping application works by periodically polling the source cluster's consumer group API to retrieve the latest committed offsets for each group. It then uses the published offset mappings to translate these offsets and commit the corresponding positions on the target cluster.

The polling interval is configurable, allowing the balance between synchronization freshness and the load placed on the source cluster to be configured.

groups:
  pollInterval: "5 seconds"

Last updated

Was this helpful?