racker/Burrow

Name: Burrow

Owner: racker

Description: Kafka Consumer Lag Checking

Forked from: linkedin/Burrow

Created: 2016-03-29 20:17:38.0

Updated: 2016-03-29 20:17:38.0

Pushed: 2016-03-29 20:19:08.0

Homepage:

Size: 96

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Burrow - Kafka Consumer Lag Checking

Burrow is a monitoring companion for Apache Kafka that provides consumer lag checking as a service without the need for specifying thresholds. It monitors committed offsets for all consumers and calculates the status of those consumers on demand. An HTTP endpoint is provided to request status on demand, as well as provide other Kafka cluster information. There are also configurable notifiers that can send status out via email or HTTP calls to another service.

Features
Getting Started
Prerequisites

Burrow is written in Go, so before you get started, you should install and set up Go.

If you have not yet installed the Go Package Manager, please go over there and follow their short installation instructions. GPM is used to automatically pull in the dependencies for Burrow so you don't have to chase them all down.

Build and Install
 get github.com/linkedin/burrow
 $GOPATH/src/github.com/linkedin/burrow
m install
 install
Running Burrow
OPATH/bin/burrow --config path/to/burrow.cfg
Configuration

For information on how to write your configuration file, check out the detailed wiki

License

Copyright 2015 LinkedIn Corp. Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.