-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Add OS implementation to the TerminatedUserSessionReader and for TerminatedUserSessionWriter interface
Testing Notes
- Run
docker-compose -f docker-compose.yml --profile opensearch up -d
- Start Optimize with
SPRING_PROFILES_ACTIVE=opensearch
- The startup will fail and that's ok. Before the problem of crushing the app was missing TerminatedUserSessionWriterOS and TerminatedUserSessionReaderOS. So after the implementation of both of them next failing reason should become missing implementations of CollectionReader or CollectionWriter.
- Shutdown optimize
- Restart optimize
- Watch that no new errors show up in the logs
- Do the same verifications as described in step 2 and make sure that everything is working the same