Construct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`
Open
1 - triaged
hackathon
help wanted
t:java
t:marshalling
t:routing
- Dominant language
- Scala
- Stars
- 1.4k
- Forks
- 584
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 24
Description
Currently only `Marshaller[A, MessageEntity]` is supported, which is `Marshaller[A, RequestEntity]`, which won't for work for all `ResponseEntity`s (namely `CloseDelimited`).
Related #641.
Contributor guide
Research direction
Start by tracing the existing construction from Marshaller[A, MessageEntity] to ToResponseMarshaller, then read related issue #641 for context. The work is done when ToResponseMarshaller can be constructed from Marshaller[A, ResponseEntity], including CloseDelimited responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100