-
Hello 👋, i've found different Quarkus extensions for Infinispan:
Which one should be used? The extension in the Quarkus repo seems not to support embedded infinispan, is this planned for future versions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
@mschorsch if you are using quarkus-cache, you want to move from caffeine to Infinispan, and use @CacheResult annotations and impact as less as possible your code, use quarkus-infinispan-cache. Simply use the Infinispan client extension if you want to use Infinispan. The embedded use case is not on the roadmap now. |
Beta Was this translation helpful? Give feedback.
@mschorsch if you are using quarkus-cache, you want to move from caffeine to Infinispan, and use @CacheResult annotations and impact as less as possible your code, use quarkus-infinispan-cache. Simply use the Infinispan client extension if you want to use Infinispan. The embedded use case is not on the roadmap now.