Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] DBAAS-4506: update kafka topic config options: Re-Generated From digitalocean/openapi@13ed326 #249

Merged
merged 3 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
423c2d3
13ed326
54 changes: 9 additions & 45 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -79427,14 +79427,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is 604800000. The
"segment_ms": 604800000 # Optional. Default value is 604800000. The
segment_ms specifies the period of time after which the log will be forced to
roll if the segment file isn't full. This ensures that retention can delete
or compact old data.
"unclean_leader_election_enable": False # Optional. Default value is
False. Whether unclean_leader_election_enable specifies whether to allow
replicas that are not insync to be elected as leaders as a last resort. This
may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partition_count": 0, # Optional. The number of partitions available for the
Expand Down Expand Up @@ -79534,14 +79530,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -79705,14 +79697,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -79874,14 +79862,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80124,14 +80108,10 @@ async def get_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80361,14 +80341,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is 604800000. The
"segment_ms": 604800000 # Optional. Default value is 604800000. The
segment_ms specifies the period of time after which the log will be forced to
roll if the segment file isn't full. This ensures that retention can delete
or compact old data.
"unclean_leader_election_enable": False # Optional. Default value is
False. Whether unclean_leader_election_enable specifies whether to allow
replicas that are not insync to be elected as leaders as a last resort. This
may result in data loss since those leaders are not insync.
},
"partition_count": 0, # Optional. The number of partitions available for the
topic. On update, this value can only be increased.
Expand Down Expand Up @@ -80467,14 +80443,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80641,14 +80613,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80813,14 +80781,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down
Loading
Loading