Source: golang-github-optiopay-kafka Maintainer: Debian Go Packaging Team Uploaders: Tim Potter 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.