You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's legal for a client to not supply a specific version, e.g. not call
Cluster.Builder::withProtocolVersion, in which case
factory.protocolVersion is null. While v5 was marked beta this wasn't a
problem as Cluster.Builder::allowProtocolVersion was required, but now
this causes an NPE in the driver.
0 commit comments