podorvanova opened a new pull request #223:
URL: https://github.com/apache/gora/pull/223


   There are a couple of issues I faced with:
   1) Is it ok to remove `allowRemoteDCsForLocalConsistencyLevel` completely 
like I did? The docs say "DC failover shouldn't be done in the driver, which 
does not have the necessary context to know what makes sense considering 
application semantics", so it probably does not make sense to keep this as an 
option in gora.
   2) Datastax developers [decided to 
remove](https://docs.datastax.com/en/developer/java-driver/3.5/upgrade_guide/#3-5-0)
 `DowngradingConsistencyRetryPolicy` adding that users will now have to 
implement this logic themselves. It is probably possible to implement something 
analogous to their 
[example](https://github.com/datastax/java-driver/blob/3.x/driver-examples/src/main/java/com/datastax/driver/examples/retry/DowngradingRetry.java),
 but I think that  its impementation is out of this ticket's scope, so I just 
removed it too.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to