PagerDuty / scheduler

A Scala library for scheduling arbitrary code to run at an arbitrary time.
BSD 3-Clause "New" or "Revised" License
214 stars 38 forks source link

Time Kafka offset commit #6

Closed dvgica closed 8 years ago

dvgica commented 8 years ago

This PR uses a new version of metrics-api that allows us to time things (see https://github.com/PagerDuty/scala-metrics/pull/3).

Use that method to provide an implementation of ConsumerMetrics to SimpleKafkaConsumer.

PD internal ticket [CORE-950].

cdegroot commented 8 years ago

LGTM