Reputation: 81
If I create multiple RTopic objects using Redisson, for subscribing to multiple channels, how many threads will be created ? for example if I have 2 RTopic objects.
As per the documentation, 16 threads will be created for all listeners for an RTopic object. But what will be the case of multiple RTopics ?
Upvotes: 0
Views: 218
Reputation: 10793
Same 16 threads will handle listeners of all RTopic instances.
Upvotes: 1