Cluster Discovery
This is a legacy Apache Ignite documentation
The new documentation is hosted here: https://ignite.apache.org/docs/latest/
Apache Ignite discovery mechanism goes with two implementations intended for different usage scenarios:
- TCP/IP Discovery is designed and optimized for 100s of nodes deployments.
- ZooKeeper Discovery that allows scaling Ignite clusters to 100s and 1000s of nodes preserving linear scalability and performance.
Updated 2 months ago