From 258dac206f96349cd190a83733a29e28fc208195 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 7 Aug 2023 03:04:55 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-08-07) --- pkg/dist/service_types.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 1c6f94b..573a790 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -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 @@ -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: