Skip to content

Conversation

lizk886
Copy link
Contributor

@lizk886 lizk886 commented Oct 13, 2025

…t feature

  • Add Consumer refreshCallback field
  • Add constructor overload to accept callback
  • Call callback on refresh success/failure
  • Maintains backward compatibility with existing constructor

This enables monitoring of store refresh status for fail-fast behavior.

lizk886 and others added 3 commits October 13, 2025 16:01
…t feature

- Add Consumer<Boolean> refreshCallback field
- Add constructor overload to accept callback
- Call callback on refresh success/failure
- Maintains backward compatibility with existing constructor

This enables monitoring of store refresh status for fail-fast behavior.
…ture

- Call refreshCallback.accept(false) on refresh failure
- Call refreshCallback.accept(true) on refresh success
- This completes the callback chain: RotatingStoreVerticle -> OperatorShutdownHandler
- Enables proper monitoring of keyset key sync status for 7-day fail-fast behavior
@lizk886 lizk886 marked this pull request as ready for review October 14, 2025 06:43
@lizk886 lizk886 merged commit 528a79b into main Oct 14, 2025
1 of 2 checks passed
@lizk886 lizk886 deleted the wzh-UID2-5964-fail-fast-keysetkey-7days branch October 14, 2025 21:48
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.

2 participants