zhangfengcdt commented on issue #10850:
URL: https://github.com/apache/ignite/issues/10850#issuecomment-1661316547

   @Shoothzj Any reason you want to use StandaloneNoopDiscoverySpi? You can use 
another type of SPI instead:
   
   ```
       public static void main(String[] args) throws IgniteException {
           IgniteConfiguration igniteConfiguration = new IgniteConfiguration();
           igniteConfiguration.setDiscoverySpi(new TcpDiscoverySpi());
           Ignition.start(igniteConfiguration);
       }
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to