Skip to content

Instantly share code, notes, and snippets.

View burubur's full-sized avatar
🏠
Working from home

Burhan Mubarok burubur

🏠
Working from home
View GitHub Profile
@savaki
savaki / main.go
Last active August 22, 2022 09:27
comparison of confluent-kafka-go vs sarama-cluster consumer performance
package main
import (
"crypto/tls"
"crypto/x509"
"flag"
"fmt"
"io/ioutil"
"log"
"os"