Skip to content

Commit

Permalink
feat(mirrormaker): add emit_backward_heartbeats_enabled field support (
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Nov 15, 2023
1 parent cef6f95 commit 5e0a5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirrormaker_replication_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type (
SyncGroupOffsetsEnabled bool `json:"sync_group_offsets_enabled"`
SyncGroupOffsetsIntervalSeconds int `json:"sync_group_offsets_interval_seconds"`
EmitHeartbeatsEnabled bool `json:"emit_heartbeats_enabled"`
EmitBackwardHeartbeatsEnabled bool `json:"emit_backward_heartbeats_enabled"`
Topics []string `json:"topics"`
TopicsBlacklist []string `json:"topics.blacklist"`
}
Expand Down

0 comments on commit 5e0a5b8

Please sign in to comment.