Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
Currently, in order to use the resume API, the integrations have to declare adapters that are specific to the component and to the underlying offset data type. Not only this is error prone, but it also makes harder to use in scenarios like in Camel K or to use it in a declarative format (i.e.: YAML).
The adapters used by each component should be, somehow, auto-configurable.
The code on the components already have much of the information needed to setup the adapters on each component, so this can be leveraged.
Attachments
Issue Links
- is part of
-
CAMEL-18125 camel-resume-api: improvements and additional support
- Resolved
- relates to
-
CAMEL-18148 camel-resume-api: improve key/offset data serialization
- Resolved
-
CAMEL-18152 camel-resume-api: investigate generating the adapter configuration during build
- Resolved
- links to