1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java1,913 forks (1,913 forks)batch import
EnhancementHelp WantedPinned
Repository metrics
- Stars
- 3,701 stars (3,701 stars)
- PR merge metrics
- Avg merge 6d 14h (Avg merge 6d 14h)48 merged PRs in 30d (48 merged PRs in 30d)
Description
Jetty version(s)
12+
Enhancement Description
Apparently people uses SSE, so we should have an EventSourceHandler and deprecate EventSourceServlet.
Contributor guide
- Research direction
- Study the existing EventSourceServlet and the Jetty handler architecture to understand how to create a new EventSourceHandler. Look at examples like Handler.Sequence or ServletHandler for structure. Then implement the handler, deprecate the servlet, and update tests.
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitJavaJetty