Skip to content

natengall/kafka-connect-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

kafka-connect-benchmark

This repository contains a collection of utility tools to benchmark any Kafka data pipeline via the use of connectors that are pluggable into the Kafka Connect framework.

The BenchmarkSinkConnector is a sink connector that binds to a Kafka topic and computes the difference between the current clock (as reported by the system hosting the Kafka Connect worker) and a user-defined timestamp within each Kafka record. This diff is added to a collection which is passed to the HdrHistogram library to compute summary statistics that characterize the end-to-end latency of the specified data pipeline.

About

for performance tuning and defining SLAs & SLOs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages