confluentinc / confluentinc/ksql

Implement Server-Sent Events(SSE) , Cross-Origin-Resource-Sharing(CORS)

Open
#283 16 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
315
Forks
1k
Avg merge
1d 7h
Merged PRs (30d)
36

Description

It would be easy to implement web-client for KSQL-Server if SSE and CORS are implemented.
SSE provides better abstraction to represent streaming structured data (JSON) in the browser or server-side ([WebClient](https://docs.spring.io/spring-framework/docs/5.0.0.M1/spring-framework-reference/html/web-reactive.html)).
CORS helps to deploy KSQL-Server and Web-Clients on separate hosts.

Contributor guide

Open the contributing guide

Research direction

The issue names SSE and CORS but no files or tests. Start by locating the KSQL-Server HTTP entry point and reviewing the linked Spring WebFlux reference; define the browser-facing streaming and cross-origin behavior, then verify both from a separate web client.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend, stream-processing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.