Skip to content

fix: make InMemoryPushNotificationConfigStore thread-safe - #1057

Open
kabir wants to merge 1 commit into
a2aproject:mainfrom
kabir:fix/push-config-store-thread-safety
Open

fix: make InMemoryPushNotificationConfigStore thread-safe#1057
kabir wants to merge 1 commit into
a2aproject:mainfrom
kabir:fix/push-config-store-thread-safety

Conversation

@kabir

@kabir kabir commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Use ConcurrentHashMap with compute()/computeIfPresent() for atomic per-key operations and store immutable list snapshots via List.copyOf().

Follows up on #1044

Use ConcurrentHashMap with compute()/computeIfPresent() for atomic
per-key operations and store immutable list snapshots via List.copyOf().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Kabir Khan <kkhan@redhat.com>
@kabir
kabir force-pushed the fix/push-config-store-thread-safety branch from e595a77 to b36396f Compare August 12, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant