swagger-api / swagger-api/swagger-codegen
[JAVA] support WebClient based (Spring WebFlux framework) client generation
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
The feature request is to add the capability to generate a client library based on the WebClient API offered by non-blocking Spring WebFlux framework
Suggest a fix/enhancement
A easy starting point could be taking a look at the blocking counterpart "RestTemplate"-based client and swap it with the non-blocking API
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing RestTemplate-based client generation and compare its entry points with the Spring WebFlux WebClient API described in the issue. The work is done when the generator can produce a client library using the non-blocking WebClient approach instead of only the blocking counterpart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100