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

chore(updater): bump pkg/dist/*.yml (2023-08-07) #47

Merged
merged 1 commit into from
Aug 7, 2023
Merged
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
23 changes: 23 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1932,6 +1932,8 @@ kafka:
minimum: 10
maximum: 10000
remote_log_storage_system_enable:
is_deprecated: true
deprecation_notice: This property is deprecated.
title: remote.log.storage.system.enable
description: Whether to enable the tiered storage functionality
type: boolean
Expand Down Expand Up @@ -2288,6 +2290,27 @@ kafka:
description: Use static public IP addresses
type: boolean
example: true
tiered_storage:
title: Tiered storage configuration
type: object
properties:
enabled:
title: Enabled
description: Whether to enable the tiered storage functionality
type: boolean
example: true
local_cache:
title: Local cache
description: Local cache configuration
type: object
properties:
size:
title: Size, B
description: Local cache size in bytes
type: integer
minimum: 1
maximum: 1.073741824e+11
example: "1073741824"
kafka_connect:
type: object
properties:
Expand Down
Loading