Type |
New Feature
|
Priority |
Blocker
|
Assignee | |
RedmineID |
3713
|
Spent time |
122h 30m
|
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Blocker
|
Assignee | |
RedmineID |
3713
|
Spent time |
122h 30m
|
While working on #1601 I realized that in fact, what I'm implementing is kind of clustered Map. In this map all key-values pairs are available on every cluster node - map is mirrored on every node (in my case on every node on which user is logged in).
Looking at this I think it might be a good idea to use EventBus to prepare implementation of such clustered Map, which would allow us to use it to store data in user session (XMPPSession) and have them in sync between cluster nodes. As this would be transparent to developer using this implementation, it would be very good to use in XMPPProcessor implementations.