aws-samples / cql-replicator

CQLReplicator is a migration tool that helps you to replicate data from Cassandra to AWS Services
Apache License 2.0
15 stars 8 forks source link

125 lz4 decompression for unknown original size #126

Closed nwheeler81 closed 7 months ago

nwheeler81 commented 7 months ago

Issue #, if available:

125

Description of changes:

[Compression feature] Added a leading 4 bytes (Int) to compressed payload to know the exact size of a buffer on the client size before decompression.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.