Hi,
Aerospike connect to Kafka from time to time throwing the following error when running in standalone mode as below
$KAFKA_HOME/bin/connect-standalone.sh etc/connect-standalone.properties etc/aerospike-sink.properties
This is the error:
Caused by: com.aerospike.client.AerospikeException$Connection: Error Code -7: Node BB96D5801CA8B7C 50.140.197.220 3000 event loop 2 max connections 25 would be exceeded.
at com.aerospike.client.cluster.Node.getAsyncConnection(Node.java:573)*
at com.aerospike.client.async.NettyCommand.executeCommand(NettyCommand.java:150)
at com.aerospike.client.async.NettyCommand.run(NettyCommand.java:144)*
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:446)*
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
I have seen similar case for Java client. Is there a default hard limit or this is bug please?
Thanks