You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Riccardo Ferrari <fe...@gmail.com> on 2017/10/12 22:52:05 UTC

Backfill historical data

Hi list,

I need to backfill a kafka-0.10.1 topic with some historical data (time
series) coming from a DB.

How can I populate data and still leverage on the self-expiring (retention)
capabilities?

Is there a best practice to bulk load historical data?

Thanks,