frankgh opened a new pull request, #94: URL: https://github.com/apache/cassandra-sidecar/pull/94
… SSTable upload In this commit we add the ability to support additional checksum algorithms for verification during SSTable uploads. We introduce the `ChecksumVerifierFactory` that allows configuring different implementations of the `ChecksumVerifier` interface. This commit also adds support for XXHash32 checksums. Clients can now send the XXHash32 checksum instead of MD5. This would allow both the clients and server the flexibility to utilize a more performant algorithm. Patch by Francisco Guerrero; Reviewed by TBD for CASSANDRASC-97 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

