lovoo / goka

Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
BSD 3-Clause "New" or "Revised" License
2.36k stars 173 forks source link

Correct README's example usage #442

Closed danielgospodinow closed 11 months ago

danielgospodinow commented 11 months ago

For the usage example in the README it's mentioned that the emitter runs once and stops while it actually runs forever and keeps emitting a message every second.

We can just correct that single statement.