From ad6c2a9f14084b8071b664c10b74a13162b1827e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:53:14 +0200 Subject: [PATCH] chore(update): bump openapi schema (2024-11-25) (#187) Co-authored-by: GitHub --- handler/kafkamirrormaker/kafkamirrormaker.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/handler/kafkamirrormaker/kafkamirrormaker.go b/handler/kafkamirrormaker/kafkamirrormaker.go index 542d5aa..f73d547 100644 --- a/handler/kafkamirrormaker/kafkamirrormaker.go +++ b/handler/kafkamirrormaker/kafkamirrormaker.go @@ -115,6 +115,7 @@ type ReplicationFlowOut struct { EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"` // Emit backward heartbeats enabled EmitHeartbeatsEnabled *bool `json:"emit_heartbeats_enabled,omitempty"` // Emit heartbeats enabled Enabled bool `json:"enabled"` // Is replication flow enabled + ExactlyOnceDeliveryEnabled *bool `json:"exactly_once_delivery_enabled,omitempty"` // Enable exactly-once message delivery OffsetLagMax *int `json:"offset_lag_max,omitempty"` // How out-of-sync a remote partition can be before it is resynced OffsetSyncsTopicLocation OffsetSyncsTopicLocationType `json:"offset_syncs_topic_location,omitempty"` // Offset syncs topic location ReplicationFactor *int `json:"replication_factor,omitempty"` // Replication factor @@ -145,6 +146,7 @@ type ServiceKafkaMirrorMakerCreateReplicationFlowIn struct { EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"` // Emit backward heartbeats enabled EmitHeartbeatsEnabled *bool `json:"emit_heartbeats_enabled,omitempty"` // Emit heartbeats enabled Enabled bool `json:"enabled"` // Is replication flow enabled + ExactlyOnceDeliveryEnabled *bool `json:"exactly_once_delivery_enabled,omitempty"` // Enable exactly-once message delivery OffsetLagMax *int `json:"offset_lag_max,omitempty"` // How out-of-sync a remote partition can be before it is resynced OffsetSyncsTopicLocation OffsetSyncsTopicLocationType `json:"offset_syncs_topic_location,omitempty"` // Offset syncs topic location ReplicationFactor *int `json:"replication_factor,omitempty"` // Replication factor @@ -164,6 +166,7 @@ type ServiceKafkaMirrorMakerGetReplicationFlowOut struct { EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"` // Emit backward heartbeats enabled EmitHeartbeatsEnabled *bool `json:"emit_heartbeats_enabled,omitempty"` // Emit heartbeats enabled Enabled bool `json:"enabled"` // Is replication flow enabled + ExactlyOnceDeliveryEnabled *bool `json:"exactly_once_delivery_enabled,omitempty"` // Enable exactly-once message delivery OffsetLagMax *int `json:"offset_lag_max,omitempty"` // How out-of-sync a remote partition can be before it is resynced OffsetSyncsTopicLocation OffsetSyncsTopicLocationType `json:"offset_syncs_topic_location,omitempty"` // Offset syncs topic location ReplicationFactor *int `json:"replication_factor,omitempty"` // Replication factor @@ -184,6 +187,7 @@ type ServiceKafkaMirrorMakerPatchReplicationFlowIn struct { EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"` // Emit backward heartbeats enabled EmitHeartbeatsEnabled *bool `json:"emit_heartbeats_enabled,omitempty"` // Emit heartbeats enabled Enabled *bool `json:"enabled,omitempty"` // Is replication flow enabled + ExactlyOnceDeliveryEnabled *bool `json:"exactly_once_delivery_enabled,omitempty"` // Enable exactly-once message delivery OffsetLagMax *int `json:"offset_lag_max,omitempty"` // How out-of-sync a remote partition can be before it is resynced OffsetSyncsTopicLocation OffsetSyncsTopicLocationType `json:"offset_syncs_topic_location,omitempty"` // Offset syncs topic location ReplicationFactor *int `json:"replication_factor,omitempty"` // Replication factor @@ -201,6 +205,7 @@ type ServiceKafkaMirrorMakerPatchReplicationFlowOut struct { EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"` // Emit backward heartbeats enabled EmitHeartbeatsEnabled *bool `json:"emit_heartbeats_enabled,omitempty"` // Emit heartbeats enabled Enabled bool `json:"enabled"` // Is replication flow enabled + ExactlyOnceDeliveryEnabled *bool `json:"exactly_once_delivery_enabled,omitempty"` // Enable exactly-once message delivery OffsetLagMax *int `json:"offset_lag_max,omitempty"` // How out-of-sync a remote partition can be before it is resynced OffsetSyncsTopicLocation OffsetSyncsTopicLocationType `json:"offset_syncs_topic_location,omitempty"` // Offset syncs topic location ReplicationFactor *int `json:"replication_factor,omitempty"` // Replication factor