]
Brian Stansberry commented on EJBTHREE-2053:
--------------------------------------------
This will require a JBMETA JIRA for the jboss.xml change.
Infinispan replication configuration via @CacheConfig
-----------------------------------------------------
Key: EJBTHREE-2053
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-2053
Project: EJB 3.0
Issue Type: Feature Request
Components: cache, Clustering
Reporter: Brian Stansberry
Make the typical distributed cache configurations configurable via @CacheConfig or
jboss.xml; don't force users to go to a separate Infinispan configuration file.
The typical configurations are:
1) synchronous or async (perhaps a better term? async == fire and forget)
2) total replication or not?
3) if "not", number of backup copies.
Potentially 2 and 3 could be combined into a numbackups param:
-1 == total replication (i.e. unlimited)
0 == cache is in local mode
> 0 = DIST w/ numbackups + 1 copies.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: