Skip to content

feat(sse): support multiple topic subscriptions#2650

Open
fschade wants to merge 1 commit intoopencloud-eu:mainfrom
fschade:sse-service-n-topic
Open

feat(sse): support multiple topic subscriptions#2650
fschade wants to merge 1 commit intoopencloud-eu:mainfrom
fschade:sse-service-n-topic

Conversation

@fschade
Copy link
Copy Markdown
Member

@fschade fschade commented Apr 22, 2026

the previous SSE library only supported subscriptions to a single topic. with the console, we need to support sending SSE messages to multiple topics (e.g., "all_users") instead of addressing each user individually (which is still possible).

Testing

  • its a drop in replacement, no other changes are needed.
  • you have to use web to test the SSE behavior.

REF: https://github.com/opencloud-eu/console/issues/287 (1/3)

@fschade fschade force-pushed the sse-service-n-topic branch from 6ef5d23 to ade868d Compare May 5, 2026 14:42
@fschade fschade self-assigned this May 5, 2026
@github-project-automation github-project-automation Bot moved this to Qualification in OpenCloud Team Board May 5, 2026
@fschade fschade moved this from Qualification to In Progress in OpenCloud Team Board May 5, 2026
@fschade fschade marked this pull request as ready for review May 5, 2026 14:52
replaced SSE library since the previous one only supported a single topic.
@fschade fschade force-pushed the sse-service-n-topic branch from ade868d to 2e5559d Compare May 6, 2026 06:06
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
12.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@fschade fschade requested a review from aduffeck May 6, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant