aboutsummaryrefslogtreecommitdiffstats
path: root/notes/performance/kafka_pipeline.txt
Commit message (Collapse)AuthorAgeFilesLines
* update notes/TODOBryan Newbold2018-11-211-0/+16
|
* more kafka performance notesBryan Newbold2018-11-141-1/+15
|
* switch to auto consumer offset updatesBryan Newbold2018-11-131-0/+17
This is the classic/correct way to do consumer group updates for higher throughput, when "at least once" semantics are acceptible (as they are here; double processing should be safe/fine).