Fork me on GitHub
#onyx
<
2016-03-27
>
ckarlsen01:03:56

any particular reason the kafka plugin writes :done to the topic when finished? crashing hard when you have a compacted topic (key is required)

lucasbradstreet02:03:43

@ckarlsen: the done is written when the job is completed (i.e. The done is put on all the input tasks). We'll be getting rid of the concept in the next version, and we don't write it on multiple partitioned topics

lucasbradstreet02:03:58

It sounds like we should remove it from single partitioned topics too