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

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

refactor: renaming module chunkmanager to fetch #452

Closed jeqo closed 10 months ago

jeqo commented 10 months ago

Now that purpose of chunkmanager module is more clear, we can rename it to fetch so it's explicit when it's used and regroup the components that belong to this module (specifically FetchChunkEnumeration that does not really belong in the transform module).

Changes:

See commits for details.