Conversation
feat: Notifications, Observability & Production Hardening
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
Adds transactional outbox processing, durable event dispatch, RabbitMQ publisher confirms, retry and dead-letter handling, notification domain and preferences, in-app and email notifications, SMTP delivery, persistent security audit events, health/readiness improvements, OpenTelemetry traces, metrics and OTLP export, correlation and trace propagation, HTTP resilience, graceful shutdown, worker failure isolation, data retention, database indexes, security hardening, production configuration, Docker observability tooling, integration and resilience tests, XML documentation enforcement, and updates the project's technical documentation to reflect the completed architecture and production capabilities.
Type of Change
Validation
dotnet restoredotnet builddotnet testdotnet format --verify-no-changesArchitecture Impact
Describe any changes to:
Security Considerations
Improves production security through persistent security auditing, safer event delivery, production configuration hardening, controlled notification delivery, HTTP resilience, and protection against accidental development email delivery. Secrets remain configuration-managed and are not committed to source control or exposed through application logging.
Breaking Changes
Notes
This phase is the final backend phase and completes the transition toward a production-oriented FinSight architecture. The project documentation has also been updated to reflect the completed system architecture, capabilities, operational components, and engineering practices.