fix: add snapshot store, health indicators, and metrics#10
Merged
Conversation
…ntscan and @import removal Part of the Firefly Framework hexagonal architecture remediation. - Remove @componentscan from EventSourcingAutoConfiguration - Add 6 explicit @bean @ConditionalOnMissingBean methods - Remove @Component/@service from 6 component classes - Remove @import (bypasses conditional guards) - Add EventStoreAutoConfiguration, SnapshotAutoConfiguration, EventSourcingHealthConfiguration, EventSourcingMetricsConfiguration to .imports file
…ta query - Implement R2dbcSnapshotStore with configurable retention - Wire SnapshotAutoConfiguration with actual bean definitions - Implement EventStoreHealthIndicator, OutboxHealthIndicator - Wire EventSourcingMetricsConfiguration with Micrometer - Implement metadata query in R2dbcEventStore (replace Flux.empty stub) - Fix event publishing error handling (replace silent .onErrorContinue) - Fix property prefix to firefly.eventsourcing.outbox.processor - Add snapshot migration SQL
casc84ab
approved these changes
Feb 13, 2026
casc84ab
left a comment
Contributor
There was a problem hiding this comment.
LGTM - R2dbcSnapshotStore with configurable retention, health indicators (EventStore, Outbox, Snapshot, Projection), Micrometer metrics wiring, metadata query implementation. Replaces stubs with real implementations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan