feat(DATAGO-131375): Implement EventMeshService for request-response communication via Solace broker#157
Merged
artyom-morozov merged 8 commits intoApr 21, 2026
Conversation
…ia Solace broker - Added EventMeshService class to handle request-response sessions with backend systems. - Configurable operations for request and response topics. - Implemented session management, request sending, and cleanup methods. - Introduced logging for session creation and request handling. test: Add unit tests for EventMeshService and related components - Created unit tests for EventMeshService covering initialization, operation checks, request sending, and cleanup. - Added tests for various scenarios including success, exceptions, and unconfigured operations. - Implemented mock components for testing without actual broker interaction. chore: Set up test fixtures and initial test structure - Created shared test fixtures in conftest.py for clearing cache and mocking components. - Established directory structure for unit tests with __init__.py files. - Added initial test cases for FieldMapper and EventMeshIdentityProvider classes.
…n expression to configuration
…in EventMeshIdentityProvider
|
✅ SonarQube Quality Gate - All Passed
Quality gate checks run for each changed project. |
✅ FOSSA Guard (PR Diff) - No New Issues IntroducedDiff mode compares PR head against base revision and reports only newly introduced issues.
Projects With New Issues
Only newly introduced issues are shown in this report. |
Merged
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.



What is the purpose of this change?
How was this change implemented?
Key Design Decisions
How was this change tested?
Is there anything the reviewers should focus on/be aware of?