FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
368 stars 80 forks source link

Fix Client API docs to use poll instead of log and add sample app for Client API #296

Closed LouiseKlodt closed 3 years ago

LouiseKlodt commented 3 years ago

Fixes issue https://github.com/FundingCircle/jackdaw/issues/295

-> fix the Client API documentation to use the poll function instead of log -> add working code example, to show how to construct the consumer polling loop. -> add rolldice sample app for Client API to examples folder