Closed
Description
Description
As a result of #34160 there is now a new method in ClusterProvider
default void notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender)
which is not yet implemented by RemoteInfinispanClusterProvider and InfinispanClusterProvider. Due to that, the default method chops the events into single messages, instead of processing them in one batch.
Discussion
No response
Motivation
Keep the implementation as efficient as before #34160
Details
No response