arquivei / goduck

Simple and extensible stream/pool consumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor kafka - segment

andremissaglia opened this issue · comments

The first implementation of a stream backed by kafka was done using segmentio's library, in the folder goduck/impl/implstream/. But now that there are other implementations, it should be done in goduck/impl/implstream/kafkasegmentio.

This should be done in a backward compatible way, marking the old code as deprecated before deletion.