Originally from the User Slack
@Joey_de_Waal: Hi, for educational purposes I am writing a CassandraDB/ScyllaDB database driver and started implementing native protocol V5 while testing against cassandra db. Now I am trying to connect to scyllaDB (in Docker) it seems that V5 is not supported (and V4 is used in cqlsh). Will there be support for V5 or am I missing something?
@avi: v5 will come one day, but not being implemented now
@Joey_de_Waal: Thanks for the quick reply, I’ll implement V4 as well then!