How to run flowable over Apache Ignite?

Hello,

How to run flowable over Apache Ignite?
Any experience?

Thanks,
–MG

Haven’t tried it, but it looks like it’s reachable through regular jdbc means, so it should work.

There’s one entry in the Ignite docs that is a bit tricky:

Presently, SQL queries support the atomic mode only meaning that if there is a transaction that has already committed value A but that is still committing value B then an SQL query, running in parallel, will see A but will not see B.

Which might lead to strange behaviour.

But beyond that … feel free to give it a spin and let us know!