You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Infinispan extension only supports a single RemoteCacheManager. Ideally we should allow specifying multiple named configurations, using an annotation such as @InfinispanClientName.
// Inject the default client@InjectRemoteCacheManagerremoteCacheManager;
// Inject the "other" client@Inject@Remote("other")
RemoteCacheManagerremoteCacheManager;
Description
The current Infinispan extension only supports a single RemoteCacheManager. Ideally we should allow specifying multiple named configurations, using an annotation such as
@InfinispanClientName
.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: