Skip to content

Instantly share code, notes, and snippets.

View buyology's full-sized avatar
💾

robin buyology

💾
View GitHub Profile
@buyology
buyology / kafkaperf_test.go
Last active December 31, 2017 13:54
kafka go client library producer bench (confluent-kafka-go and sarama) — both run on the version on tip.
package kafkaperf
import (
"flag"
"math/rand"
"strings"
"testing"
"github.com/Shopify/sarama"
"github.com/confluentinc/confluent-kafka-go/kafka"