For Multi-cluster writes in S3, Delta lake uses Dynamo Db to atomically check if the file is present before writing it because S3 not supporting the “put-if-absent” consistency guarantee. Therefore, in order to leverage this feature using Delta lake for concurrent writes, we need DynamoDb which is an extra cost for us to maintain. So I would like to check how this works with Hudi
So similarly does Hudi also require DynamoDb to do multi-writes to S3? or any other instead DynamoDb?
I don't see anything mentioned specifically for hudi to do multi-writes to the same table in s3