Hi All,
I am trying setup for cassandra
3.11.12 on local (windows OS). As I have checked casandra
3.11.12 is compactible with java8 so I downloaded cassandra 3 plugin dependencies from 2.7.0 release. When I am trying to setting up classpath in my project(having java8) it showing jars are compile with java11 version but my cassandra 3.11.12 needs java 8 to run so I am stuck at this point if any help will be appreciated.
Fyi
I tried temporary env setting to java8 in cmd line where I run cassandra & used java 11 in my project where I am polling using debezium but in this case engine starts polling but records are not getting polled which i am inserting & afterwards on command line where I am running cassandra I see below error. So due to this I was trying to keep same jdk8 for both them.
WARN [nioEventLoopGroup-2-6] 2025-01-15 22:50:53,231 NoSpamLogger.java:94 - Protocol exception with client networking: org.apache.cassandra.transport.ProtocolException: Beta version of the protocol used (5/v5-beta), but USE_BETA flag is unset
INFO [nioEventLoopGroup-2-11] 2025-01-16 12:00:59,615 Message.java:855 - Unexpected exception during request; channel = [id: 0xbfa6616d, L:/
127.0.0.1:9042 - R:/
127.0.0.1:57773]
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)