Merged
Conversation
Integrates Redis for caching user notifications, including background cleanup tasks and fallback mechanisms. Updates configuration, Docker setup, and application state to support caching features, enhancing performance and reliability.
…zation Enhances database queries to include user roles and updates room message preview serialization for better context representation. Refactors related models and services to support new data structures and functionality.
…sing Introduces Redis-backed room membership caching to improve performance and reduce database calls. Adds event subscription handling for real-time processing of notifications via Redis channels. Updates related services, models, and configurations for seamless integration.
…aching integration, and optimize room queries Streamlines room creation, invitation, and messaging workflows. Improves synchronization between Redis caching and database operations. Updates room queries for better performance and consistency. Adds error handling for caching operations.
Introduces a new `welcome` module to print a stylized app title, version, and run mode on startup. Updates main entry point to invoke the welcome message for better startup visibility.
Replaces the Kafka consumer with a producer for event-driven push notifications. Introduces `PushNotificationProducer` to handle outgoing notifications and integrates it with the broadcast system. Updates configuration, dependencies, and Docker setup to support the new architecture.
# Conflicts: # .idea/workspace.xml
Replaces hardcoded CORS and Keycloak error handling with explicit error messages. Updates Kafka topic and header configurations for better alignment with notification models. Introduces `send_undeliverable_notifications` method with filtering to streamline push notification logic. Integrates `NotificationEvent` for targeted notification handling.
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.
No description provided.