https://delta.io logo
c

Christian Pfarr

02/10/2023, 6:34 PM
Hi everyone, im experimenting with delta + minio for a customer and recognized that i am in need for dynamodb to cover all szenarios in the wild (when i would switch to real aws s3 and over multiple clusters) like -> https://docs.delta.io/latest/delta-storage.html#requirements-s3-multi-cluster I found scylladb with alternator as an replacement for dynamodb -> https://www.scylladb.com/alternator/ but i dont find a way to specify endpoints in delta configs for this LogStore. I think we would need an additional parameter or the Clientbuilder here -> https://github.com/delta-io/delta/blob/master/storage-s3-dynamodb/src/main/java/io/delta/storage/S3DynamoDBLogStore.java#L306 What do you think about this idea?
maybe its more a feature request, than a generic question... Should i start something in github for this maybe?
8 Views