Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider support for copyOnRead semantics provided by SSDG along with ability to make deep copies. #23

Open
jxblum opened this issue Dec 17, 2018 · 1 comment

Comments

@jxblum
Copy link
Contributor

jxblum commented Dec 17, 2018

Currently, the ability to make defensive, copies on read (i.e. Region.get(sessionId):Session) is delegated to either Apache Geode or Pivotal GemFire. However, where this is possibly not desirable or even not possible (e.g. PCF when using PCC), then allow SSDG to do the work.

@jxblum jxblum self-assigned this Dec 17, 2018
@jxblum
Copy link
Contributor Author

jxblum commented Dec 17, 2018

Currently, the way to do this with either Apache Geode, or Pivotal GemFire, is... given a reference to the GemFireCache, a user would set GemFireCache.setCopyOnRead(:boolean) to true.

This is also easily accomplished using SDG, as so:

@ClientCacheApplication(copyOnRead = true, ...)
@EnableGemFireHttpSession(..)
class MyGemFireConfiguration { ... }

@jxblum jxblum removed their assignment Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant