File: control

package info (click to toggle)
burrow 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 840 kB
  • sloc: sh: 59; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: burrow
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mpampis Kostas <charkost.rb@gmail.com>,
           Christos Trochalakis <ctrochalakis@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-julienschmidt-httprouter-dev (>= 1.3.0~),
               golang-github-karrick-goswarm-dev,
               golang-github-oneofone-xxhash-dev,
               golang-github-pborman-uuid-dev,
               golang-github-samuel-go-zookeeper-dev,
               golang-github-shopify-sarama-dev,
               golang-github-spf13-viper-dev,
               golang-github-stretchr-testify-dev,
               golang-go.uber-zap-dev,
               golang-gopkg-natefinch-lumberjack.v2-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/linkedin/Burrow
Vcs-Browser: https://salsa.debian.org/go-team/packages/burrow
Vcs-Git: https://salsa.debian.org/go-team/packages/burrow.git
XS-Go-Import-Path: github.com/linkedin/Burrow
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: burrow
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: adduser,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Apache 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.