spring-projects / spring-session-data-geode

Spring Session support for Apache Geode and VMware Tanzu GemFire
https://projects.spring.io/spring-session/
Apache License 2.0
23 stars 28 forks source link

Enable SSDG to dynamically determine, at runtime, per invocation, whether Data Serialization and Deltas are configured and used #54

Closed jxblum closed 3 years ago

jxblum commented 3 years ago

This feature improvement is primarily required by servers in the GemFire/Geode cluster using SSDG for Session management, where the servers were not configured or bootstrapped with Spring, such as when starting servers (a cluster) using Gfsh or using PCC in PCF.

jxblum commented 3 years ago

In order to configure SSDG on the server-side when SSDG libs and transitive dependencies are deployed to the servers in the GemFire/Geode cluster, either started with Gfsh or when using PCC in PCF, you must set the following SSDG property as a JVM System property accordingly, when starting the GemFire/Geode cluster.

spring.session.data.gemfire.session.serializer.bean-name=SessionDataSerializer