Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 25.0.0
-
Component/s: None
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Sprint:Horizon 2019 - August 14th, Horizon 2019 - August 21st
Description
It would be nice to have a JDBC based implementation of the KeyValueStore API for use with Postgres. An immediate use case would be for thresholding in non-distributed installations where access to Cassandra is not an option. This would allow thresholding on OpenNMS to be able to persist state and resume where it left off after a restart.
Currently there is a NOOP implementation of the KeyValueStore for non-distributed installs, with this new implementation we could replace that as the default to use Postgres.