Hi,
Please can someone help me with getting correct way to define executor-service using hazelcast spring config way. hz:executorService or hz:executor-service.
I need to define poolsize as well.
I tried with executorConfigs map and defined a key and executorconfig with poolsize.. but no way to use that config for defining a pool.
<hz:executorService id="wfDaoAsyncPool" name="${
hazelcast.group.name}_wfDaoAsyncPool" instance-ref="hazelCastServerInstance"/>
it works but no way to define poolsize in this.
Regards,
Atul