8000 Pass notifications in batches to remote and local ISPN cache · Issue #39653 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Pass notifications in batches to remote and local ISPN cache #39653
Closed
@ahus1

Description

@ahus1

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0