Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 2.19.0
-
Fix Version/s: 2.19.0
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Unknown
Description
As a result of discussion resulting from CAMEL-10809 (GitHub PR comment a need for a rest-swagger component has arisen.
A component that would leverage the SPI support introduced in CAMEL-10164 and create REST endpoints preconfigured with the Swagger specification. This would allow choosing the client component (e.g. http4, jetty, undertow...) and have a higher level abstraction over the REST API.
I think a good start would getting the Producer support first, and than expand into specification first design for Consumers.