Retry policies in Cassandra using nodejs
问题 I finally have written a retry policy for Cassandra in nodejs , I have a use case where the whenever there is a one node replica available I need to allow the read and write by modifying my consistency to the minimum level. I have attached my updated retry code (DowngradeRetryPolicy in retry.js), Could you please check the link and give your comments, https://gist.github.com/harigist/f74b29976702a84f8f37e1bf7b509e0e 1) I expect the list of problems in using this retry policy? 2) Anything