Skip to content

wudi/kafka-best-practices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-best-practices

This repo discusses some techniques of consuming kafka (Sync, Batch, MultiAsync and MultiBatch) and try to demonstrate some best practices which I think would be generally useful to consume data efficiently.

  • Sync

consume messages one by one

  • Batch

consume messages batch by batch

  • MultiAsync

the "Fan In / Fan Out" pattern

  • MultiBatch

the "Fan In / Fan Out" pattern batch by batch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%