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

RemoteStorageManager for Apache Kafka® Tiered Storage
Apache License 2.0
95 stars 20 forks source link

feat: group indexes to save remote tier calls #415

Closed jeqo closed 1 year ago

jeqo commented 1 year 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 1 year ago

Closing in favor of #416