Quarkus - Infinispan Embedded
Check out the Infinispandocumentation to find out more about the Infinispan project.
After you set up your Quarkus project, run the following command from the base directory:
The command adds the following dependency to your :
Configure Infinispan caches for transactional operations with a specificTransactionManagerLookup
, as follows:
For more information, see the Quarkus .
Native Limitations
When running Infinispan in native mode, some limitations apply:
/
Multicast
is not supported.+ You must use transport and a non-UDP based membership protocol with JGroups.
The Infinispan embedded extension provides injection capabilities so you do nothave to configure and start caches manually.
- This is the main entry point to configure and obtain caches.
Configuration property fixed at build time - ️ Configuration property overridable at runtime