* ConnectionManagerAwareDbKvs which will instantiate a properly initialized DbKVS using the above create method */publicstaticDbKvscreateNoInit(DdlConfigconfig,SqlConnectionSupplierconnections){ExecutorServiceexecutor=AbstractKeyValueService.createFixedThreadPool("Atlas Relational KVS",config.poolSize());return...