Whenever I start Aerospike, I see 10 client connections by default in AMC. Are these connections configurable?? I scanned /etc/aerospike/aerospike.conf for the connection pool parameter but could not find there. Are these connections managed dynamically by Aerospike??
Connections you see over AMC are “active” connections made by client application(s) towards Aerospike cluster. For example, Java client can have pool of 300 connections and out of them it can establish 50 connections to Aerospike cluster, if Aerospike cluster has 5 nodes and if 10 connections are established by client application(s) towards each node, you will see 10 client connections per node over AMC. Hope this helps.