Lukasz Antoniak
Lukasz Antoniak
I've had hard time trying to replicate this issue. Attempts to ignore schema updates on control connection did not replicate the problem. In fact, `DefaultCodecRegistry` will always attempt to create...
Good work @ajweave, sorry to keep you waiting. Two things to consider from my end. Feel free to disagree since both are more of coding style category. In request handlers...
@ajweave, @tolbertam, I have tried to solve my [comments](https://github.com/apache/cassandra-java-driver/pull/1640#issuecomment-2135352720) and submitted PR to Andrew's fork: https://github.com/ajweave/java-driver/pull/1. Could you please review the changes and comment? I am not enforcing any of...
Shall we also add `@CheckReturnValue` to `Statement#setNowInSeconds(int)`? All Implementations are immutable and create new object. ```java @NonNull @SuppressWarnings("unchecked") default SelfT setNowInSeconds(int nowInSeconds) { return (SelfT) this; } ```
Update Node version in _microservice/Dockerfile_ to `FROM node:6.14.4-slim`.