Hi Dominik, You don't need to configure thread pools manually, you should do this only if you have some particular problem and think that this can be resolved by changing pool sizes. Ignite in 95% of cases automatically configure correct pools' sizes.
So you didn't understand it correctly: The public pool is used the only for compute tasks: https://apacheignite.readme.io/docs/compute-grid all cache operations like get and put will be executed in system pool. https://apacheignite.readme.io/docs/thread-pools#section-system-pool StreamerThreadPoolSize - this pool process all incoming messages from Data Streamers, but again, usually you shouldn't set it manually. Thanks, Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
