Skip to content

Commit

Permalink
revert: "fix(kafka): remove beta properties" (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Aug 24, 2023
1 parent d5fde12 commit 9f6ae2c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,13 @@ kafka:
type: integer
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
example: true
replica_fetch_max_bytes:
title: replica.fetch.max.bytes
description: The number of bytes of messages to attempt to fetch for each partition (defaults to 1048576). This is not an absolute maximum, if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that progress can be made.
Expand Down Expand Up @@ -2294,6 +2301,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

0 comments on commit 9f6ae2c

Please sign in to comment.