| Deprecation Announcement This release of the Coherence Incubator is now deprecated. For the latest supported release, help and documentation, please refer to the Coherence Incubator Project on java.net at http://cohinc.java.net. |
|
OverviewThe Push Replication Pattern is a simple Cache Store (called a PublishingCacheStore) that leverages the Event Distribution Pattern to distribute and replay Cache Events in other clusters. Revision HistoryVersion 4.0.7 (changes since 4.0.6)Version 4.0.7 resolves an issue where calling NamedCache.getAll(...) on a cache that is using Push Replication would throw an UnsupportedOperationExeception. Version 4.0.6 (changes since 4.0.4)Version 4.0.6 is a patch release to upgrade dependencies, those of which resolve both high-CPU and messages being left behind once acknowledged.
Version 4.0.4 (changes since 4.0.3)Version 4.0.4 is predominantly a patch release to upgrade dependencies. However several other enhancements have been made.
Version 4.0.3 (changes since 4.0.2)Version 4.0.3 is predominantly a patch release to upgrade dependencies. However several other enhancements have been made.
Version 4.0.2 (changes since 4.0.1)Version 4.0.2 is predominantly a patch release to upgrade dependencies. However several other enhancements have been made.
Version 4.0.1 (changes since 2.0.0)Version 4.0.1 is predominantly a patch release to upgrade dependencies and support the up and coming Coherence release. Additionally however the following enhancements have been made.
Version 4.0.0 (changes since 3.0.3)This implementation of Push Replication is a radical departure from previous implementations. It now leverages the Event Distribution Pattern for all Event Distribution via Event Channels (previously known as Publishers). The only class provided by this implementation is the PublishingCacheStore. All other implementation and configuration is made using the Event Distribution Pattern. |
* Previous releases are available from the attachments page Further Documentation
|
