Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We could add support for using HawtDB as the persistent store for streams which overflow to disk store.
This might be implemented with the message store when it is used for stream caching.

EIP

The Resequencer EIP currently doesn't support persistence, we could introduce this and let it leverage HawtDB such as we did with the Aggregator2 EIP.
This might be implemented with the message store when it is used for temporarily saving exchanes until they are in order.

Schedule in DSL

We could consider adding DSL syntax sugar for scheduling routes. For example currently you have to use Quartz or a ScheduledPollingConsumer which has the delay option. We could add DSL which has something like:

...