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

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

feat: add upload from file to storage backend #537

Open jeqo opened 7 months ago

jeqo commented 7 months ago

Backend SDKs may have optimized ways to upload directly from files, instead of loading to memory as part of the plugin.

This PR only covers the additional API, but the usage on RSM will be implemented in a following PR.