How might you force a Cassandra error that triggers a retry policy?
According to the DataStax, the following errors trigger a retry policy:
- Read and write timeouts.
- When the coordinator determines there are not enough replicas to satisfy a request.
Edit: The driver I'm using is called gocql