Implementing Authentication in IgniteDB
问题 I just configured authentication in IgniteDB ( a specific server, not a localhost ) https://apacheignite.readme.io/docs/advanced-security However I encountered some issue while trying to connect. Where should I provide the credential? TcpDiscoverySpi spi = new TcpDiscoverySpi(); TcpDiscoveryVmIpFinder ipFinder = new TcpDiscoveryMulticastIpFinder(); String ipList = appConfig.getIgniteIPAddressList(); List<String> addressList= Arrays.asList(ipList.split(";")); ipFinder.setAddresses(addressList)