I've experienced problems if esjc and elastics netty client are initialized in the same jvm; esjc fails with the exception below on appending events to a stream. Disabling the elastic client (while keeping the dependencies) fixes the problem.
Any ideas?
Caused by: java.lang.IllegalArgumentException: Unsupported TCP command 21
at com.github.msemys.esjc.tcp.TcpCommand.of(TcpCommand.java:93)
at com.github.msemys.esjc.tcp.TcpPackage.of(TcpPackage.java:77)
at com.github.msemys.esjc.tcp.TcpPackageDecoder.decode(TcpPackageDecoder.java:16)
at com.github.msemys.esjc.tcp.TcpPackageDecoder.decode(TcpPackageDecoder.java:9)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
... 20 more
I've experienced problems if esjc and elastics netty client are initialized in the same jvm; esjc fails with the exception below on appending events to a stream. Disabling the elastic client (while keeping the dependencies) fixes the problem.
Any ideas?