0

I want to use Cassandra-stress tool to load test on AWS keyspaces but can't figure out how to use sigv4authprovider. Can someone please help with the steps?

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23

1 Answers1

0

Not sure if it is helping, but you can define a service account with classic authentication (login, password) against keyspaces. This is the best way to test cassandra tools/libs compatibility. SIGV4 would require some extra work with actually overwriting the way said libs/tools create their connection.

zenbeni
  • 7,019
  • 3
  • 29
  • 60