Aiven-Open / tiered-storage-for-apache-kafka

RemoteStorageManager for Apache Kafka® Tiered Storage
Apache License 2.0
91 stars 19 forks source link

feat: group indexes to save remote tier calls #415

Closed jeqo closed 11 months ago

jeqo commented 12 months ago

Includes usage of tagged fields to group indexes on the same map; Serialization/Deserialization; and Provider (caching).

Follows the same approaches as custom metadata for serialization/deserialization, and segment provider and chunk management for caching.

jeqo commented 11 months ago

Closing in favor of #416