salesforce / storm-dynamic-spout

A framework for building spouts for Apache Storm and a Kafka based spout for dynamically skipping messages to be processed later.
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Metrics Refactoring #118

Closed stanlemon closed 6 years ago

stanlemon commented 6 years ago

First part in my work on #117, this takes several bits of code that are reused between StormRecorder and LogRecorder and breaks them out so that they can be used in a forthcoming DropwizardRecorder implementation.

Crim commented 6 years ago

seems legit