Fixed
Details
Assignee
Matthew BrooksMatthew BrooksReporter
Matthew BrooksMatthew BrooksSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Matthew Brooks
Matthew BrooksReporter
Matthew Brooks
Matthew BrooksSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 22, 2019 at 6:55 PM
Updated August 27, 2019 at 1:26 PM
Resolved August 27, 2019 at 1:26 PM
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.