James Zheng
James Zheng
Exception Stack Trace: ``` java.lang.ClassCastException: class org.redisson.command.CommandAsyncService cannot be cast to class org.redisson.reactive.CommandReactiveExecutor (org.redisson.command.CommandAsyncService and org.redisson.reactive.CommandReactiveExecutor are in unnamed module of loader 'app') at org.redisson.remote.ReactiveRemoteProxy.convertResult(ReactiveRemoteProxy.java:47) at org.redisson.remote.AsyncRemoteProxy$1.invoke(AsyncRemoteProxy.java:194) at jdk.proxy3/jdk.proxy3.$Proxy24.remoteMethod(Unknown Source)...
This issue can be fixed by updating https://github.com/kubernetes-client/java/blob/34a7a2d19208bb140c0949054f14e67f00ad52d8/client-java-contrib/generate.sh#L52 from `kubectl apply -f "$url"` to `kubectl create -f "$url"`