4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java8,150 forks (8,150 forks)batch import
area/integrationsgood first issuekind/feature
Repository metrics
- Stars
- 23,109 stars (23,109 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Issue Description
Type: feature request
Describe what feature you want
Add integration module for Vert.x. Please pay attention to the asynchronous and event-driven design of Vert.x. Discussions and contributions are welcomed!
Contributor guide
- Research direction
- Study existing integration modules (e.g., for Spring Cloud, WebFlux) in the repository to understand the pattern. Then design a similar integration for Vert.x, focusing on its asynchronous and event driven nature. Consider implementing adapters for Vert.x's Handler and Promise classes. Provide a pull request with the new module and corresponding tests.
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaVert.x