Merged
Conversation
…ative) - Make HttpServer SSE default endpoint on port 9085 - Add Spring SSE alternative endpoint on port 9086 - Fix JSON parsing: Change from Gson to Jackson ObjectMapper - Add comprehensive framework comparison documentation - Add testing scripts and documentation - Add unit and integration tests Changes: - HttpServerSseController: Use Jackson ObjectMapper for JSON parsing - HttpServerSseConfig: Default port 9085, enabled by default - ExecutionController: Spring endpoint renamed to /run_sse_spring - application.properties: Configure Spring port 9086, HttpServer port 9085 Documentation: - SSE_FRAMEWORK_COMPARISON.md: Comprehensive framework comparison - TEST_SSE_ENDPOINT.md: Testing guide - QUICK_START_SSE.md: Quick start guide - COMMIT_GUIDE.md: Commit instructions - TEST_RESULTS.md: Test results - TESTING_SUMMARY.md: Test summary Tests: - HttpServerSseControllerTest: Unit tests - HttpServerSseControllerIntegrationTest: Integration tests - Updated existing SseEventStreamService tests Author: Sandeep Belgavi Date: January 24, 2026
…ative) - Make HttpServer SSE default endpoint on port 9085 - Add Spring SSE alternative endpoint on port 9086 - Fix JSON parsing: Change from Gson to Jackson ObjectMapper - Add comprehensive guide with pros/cons and usage instructions - Add testing scripts and unit/integration tests Changes: - HttpServerSseController: Use Jackson ObjectMapper for JSON parsing - HttpServerSseConfig: Default port 9085, enabled by default - ExecutionController: Spring endpoint renamed to /run_sse_spring - application.properties: Configure Spring port 9086, HttpServer port 9085 Documentation: - SSE_GUIDE.md: Comprehensive guide with pros/cons and usage Tests: - HttpServerSseControllerTest: Unit tests - HttpServerSseControllerIntegrationTest: Integration tests - Updated existing SseEventStreamService tests Author: Sandeep Belgavi Date: January 24, 2026
- Remove SearchSseController example (RAE-specific) - Remove SearchRequest DTO (contains mriClientId/mriSessionId) - Remove SearchEventProcessor example (RAE-specific) - Keep only generic SSE implementation Author: Sandeep Belgavi Date: January 24, 2026
- Remove Search-related examples from README_SSE.md - Update EventProcessor example to use generic CustomEventProcessor - Keep documentation generic and domain-agnostic Author: Sandeep Belgavi Date: January 24, 2026
Author: Sandeep Belgavi Date: January 24, 2026
Author: Sandeep Belgavi Date: January 24, 2026
Author: Sandeep Belgavi Date: January 24, 2026
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.