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

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

[s3] Use async S3 client instead of the sync client #515

Closed dopuskh3 closed 6 months ago

dopuskh3 commented 8 months ago

This change uses the async s3 client instead of the sync client. This is enable to use netty async client with native SSL bindings and will make the transition to using S3 crt client possible.

Add netty tcnative boring SSL dependencies at runtime