Andrey Novikov created IGNITE-28495:
---------------------------------------
Summary: [spring-session-ext] Do not try to create sessions cache
if it already exists
Key: IGNITE-28495
URL: https://issues.apache.org/jira/browse/IGNITE-28495
Project: Ignite
Issue Type: Improvement
Components: extensions
Affects Versions: 2.17
Reporter: Andrey Novikov
Fix For: 2.18
What to do:
# Check if the cache already exists: ignite.cacheNames().contains(sesMapName)
before creating the table query
# Add the possibility to disable session events if they are not required
# Remove using the delegate column in
IgniteIndexedSessionRepository#findByIndexNameAndIndexValue
--
This message was sent by Atlassian Jira
(v8.20.10#820010)