sarama

Sarama is a Go library for Apache Kafka. [Moved to: https://github.com/IBM/sarama] (by Shopify)

Sarama Alternatives

Similar projects and alternatives to sarama

  1. go

    2,267 sarama VS go

    The Go programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. PhotoPrism

    AI-Powered Photos App for the Decentralized Web πŸŒˆπŸ’Žβœ¨

  4. Gin

    169 sarama VS Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  5. Echo

    134 sarama VS Echo

    High performance, minimalist Go web framework

  6. terraform-provider-azurerm

    Terraform provider for Azure Resource Manager

  7. Benthos

    Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. Wails

    66 sarama VS Wails

    Create beautiful applications using Go

  10. goimports

    [mirror] Go Tools (by golang)

  11. Redis

    34 sarama VS Redis

    Redis Go client

  12. Confluent Kafka Golang Client

    Confluent's Apache Kafka Golang client

  13. franz-go

    franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.8+. Producing, consuming, transacting, administrating, etc.

  14. kafka-go

    Kafka library in Go

  15. mongo-go-driver

    The Official Golang driver for MongoDB

  16. rust-rdkafka

    A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka

  17. watermill

    Building event-driven applications the easy way in Go.

  18. raft

    8 sarama VS raft

    Golang implementation of the Raft consensus protocol

  19. Mercure

    πŸͺ½ An open, easy, fast, reliable and battery-efficient solution for real-time communications

  20. Plush

    The powerful template system that Go needs

  21. gorush

    2 sarama VS gorush

    A push notification server written in Go (Golang).

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sarama alternative or higher similarity.

sarama discussion

Log in or Post with

sarama reviews and mentions

Posts with mentions or reviews of sarama. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-13.
  • Ingesting Data into OpenSearch using Apache Kafka and Go
    6 projects | dev.to | 13 Jul 2023
    Note: Since there are multiple Go clients for Kafka (including Sarama), please make sure to consult their client documentation to confirm whether they support IAM authentication.
  • book about golang and kafka
    6 projects | /r/golang | 4 Jun 2023
    You might want to gradually replace that one with https://github.com/twmb/franz-go because Shopify is looking to find a new owner for Sarama and, until or if they do, it seems to be falling behind with maintenance: https://github.com/Shopify/sarama/issues/2461 For example, they still haven’t addressed this breaking change https://github.com/Shopify/sarama/issues/2358. franz-go has worked well so far in Benthos https://github.com/benthosdev/benthos/tree/main/internal/impl/kafka and it will likely end up as the only implementation once the Sarama-based one will be deprecated
  • Klient - a native, statically-compiled, command line client for Kafka
    3 projects | /r/golang | 10 Feb 2023
    I've used mainly sarama wrapped with a bit of bespoke helper libraries. Never really looked into others, just grabbed one that was actively maintained and went for it.
  • Golang bad design reference
    6 projects | /r/golang | 23 Nov 2022
    Well, as someone who reviews a lot of code, I don't like seeing 100s of little files when a handful of logically grouped files would do. For example, this popular go project: https://github.com/Shopify/sarama is currently 256 small .go files, largely following a one class/file rule.
  • Concurrency in Go is hard
    2 projects | dev.to | 29 Aug 2022
    The first example is something we ran into while working on a project. Up until recently, the sarama library (Go library for Apache Kafka) contained the following piece of code (at sarama/version.go):
  • AWS MSK with go sarama
    1 project | /r/aws | 8 Aug 2022
    Im using the go sarama library to connect to the cluster, using this basic example.
  • Benthos - Fancy stream processing made operationally mundane
    4 projects | /r/dataengineering | 8 Jun 2022
    If you find the kafka input slow, try kafka_franz. It might be a bit faster, since it’s based on https://github.com/twmb/franz-go. The kafka one is based on https://github.com/Shopify/sarama. You can also write a custom input based on https://github.com/confluentinc/confluent-kafka-go, but this library relies on CGo, which can be annoying.
  • Sarama - Go library for Apache Kafka.
    1 project | /r/github_trends | 15 May 2022
  • Understanding Kafka with Factorio
    2 projects | news.ycombinator.com | 26 Nov 2021
  • Is segmentio/kafka-go production ready ?
    2 projects | /r/apachekafka | 1 Jun 2021
    There are a few factors that are stopping me from using kafka-go over Shopify's sarama.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic sarama repo stats
20
10,115
8.6
almost 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?