Skip to content

bichselb/confluent-kafka-go-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluent Kafka Go: Measuring Serialization Performance

This code measures the performance of the confluent kafka go library when serializing using protobuf and the schema registry, as showcased here.

Run

Install docker and run the experiment with:

./run.sh 2>&1 | tee results.log

Results

On my machine, I get:

Test Time to serialize 1 million messages
Protobuf+schema registry 1.603282821s
Pure protobuf (baseline) 99.182533ms

For a complete log on my machine, see results.log.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published