Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Batch cluster events - cleanup task #30457

@pruivo

Description

@pruivo

Description

Remove default implementation for the new method in class org.keycloak.cluster.ClusterProvider

This should encourage implementations to provide a more efficient implementation.

    default void notify(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, DCNotify dcNotify) {
        events.forEach(event -> notify(taskKey, event, ignoreSender, dcNotify));
    }

Follow up of #30445

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions