Alexandre Dutra
Alexandre Dutra
I agree that this would be very useful, but unfortunately it is not implemented yet. However there is a simple workaround: use the `-query` parameter and provide the entire query,...
Issue for application-level retries: #448.
Java driver issues for improving built-in throttling: [JAVA-3036 Expose request in Throttled API](https://datastax-oss.atlassian.net/browse/JAVA-3036) [JAVA-3037 Apply throttling to retries and speculative executions](https://datastax-oss.atlassian.net/browse/JAVA-3037)
> This is considered bad practice and could have undesired consequences. I'd note that Guava's RateLimiter is currently invoked inside Reactor operators and/or (for reads only) also in driver I/O...
Hi @nitinitt sorry for the late reply. I'm syncing with @absurdfarce and others in order to merge all the ready PRs, but that is taking some time because of huge...
My 2c here is that you should add the missing annotation to all methods, and create exceptions in revapi.json. I wouldn't care much about revapi here because even if it's...
Hmm I might take that back sorry – at least partially :-) I remember now: for `SimpleStatement`, `BoundStatement` and `BatchStatement`, the driver provides 2 implementations: an immutable one (declared in...
@absurdfarce would be the right one to look into this.
Sorry for the late reply, estimate done.
> If there are other users, I would be happy to put some code together to do the same change, but would need some support to test and verify. Let...