pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
594 stars 243 forks source link

feat add dynamodb config dynamodb.disableValidateResponseChecksum #293

Closed zey1996 closed 6 months ago

zey1996 commented 9 months ago

when i use scylladb alternator, I got a warning is :failed to close HTTP response body, this may affect connection reuse.
there is no X-Amz-Crc32 in response header of scylladb alternator.

so I add a config to close validate.

zey1996 commented 9 months ago

https://github.com/scylladb/scylladb/issues/5039