此内容没有您所选择的语言版本。
Chapter 46. TieredStorageCustom schema reference
Used in: KafkaClusterSpec
Full list of TieredStorageCustom schema properties
Enables custom tiered storage for Kafka.
If you want to use custom tiered storage, you must first add a tiered storage for Kafka plugin to the Streams for Apache Kafka image by building a custom container image.
Custom tiered storage configuration enables the use of a custom RemoteStorageManager configuration. RemoteStorageManager is a Kafka interface for managing the interaction between Kafka and remote tiered storage.
If custom tiered storage is enabled, Streams for Apache Kafka uses the TopicBasedRemoteLogMetadataManager for Remote Log Metadata Management (RLMM).
Tiered storage is an early access Kafka feature, which is also available in Streams for Apache Kafka. Due to its current limitations, it is not recommended for production environments.
Example custom tiered storage configuration
46.1. TieredStorageCustom schema properties 复制链接链接已复制到粘贴板!
The type property is a discriminator that distinguishes use of the TieredStorageCustom type from other subtypes which may be added in the future. It must have the value custom for the type TieredStorageCustom.
| Property | Property type | Description |
|---|---|---|
| type | string |
Must be |
| remoteStorageManager | Configuration for the Remote Storage Manager. |