OBP-API icon indicating copy to clipboard operation
OBP-API copied to clipboard

Metrics. Use Akka / Kafka so we don't block whilst writing to metrics table.

Open simonredfern opened this issue 8 years ago • 1 comments

Use Akka / Kafka so we don't block whilst writing to metrics table.

Also, we might want to add a connector so that the metrics_connector can be akka_rdbms, akka_elastic_search etc.

simonredfern avatar Feb 06 '17 15:02 simonredfern

Current state use a separate thread whilst writing to metrics table. It's fire and forget scenario. We can use Akka as the middleman in order to unify API for metrics.

constantine2nd avatar Feb 26 '20 10:02 constantine2nd