Guillaume Nodet created CAMEL-23239:
---------------------------------------
Summary: Add camel-state-store component with pluggable key-value
store
Key: CAMEL-23239
URL: https://issues.apache.org/jira/browse/CAMEL-23239
Project: Camel
Issue Type: New Feature
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
Fix For: 4.19.0
Add a new camel-state-store component providing a simple, unified key-value
store API with pluggable backends.
Features:
- Supports operations: put, get, delete, contains, keys, clear
- Default in-memory backend using ConcurrentHashMap with optional TTL (lazy
expiry)
- Custom backends via StateStoreBackend interface and bean references
- Operations configurable via URI option or CamelStateStoreOperation header
- Fills a gap for users migrating from MuleSoft (which has Object Store
built-in)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)