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
|
Source: golang-github-optiopay-kafka
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-golang-snappy-dev,
golang-github-fsouza-go-dockerclient-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-optiopay-kafka
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-optiopay-kafka.git
Homepage: https://github.com/optiopay/kafka
XS-Go-Import-Path: github.com/optiopay/kafka
Rules-Requires-Root: no
Package: golang-github-optiopay-kafka-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-golang-snappy-dev
Description: Go client library for Apache Kafka
This library provides a high-level client API for Apache Kafaka. It
implements connection management as well as producer and consumer
objects for sending and receiving messages, respectively.
.
Apache Kafka is an open-source stream processing software providing a
unified, high-throughput, low-latency platform for handling real-time
data feeds.
|