You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Milind Vaidya <ka...@gmail.com> on 2017/07/20 18:38:01 UTC

Named Pipe and Kafka Producer

Hi

I am using named pipe and reading from it using Java and sending events to
Kafka Cluster.

The std out of a process is `tee` ed to

But I am observing data loss. I am yet to debug this issue. I was wondering
if anybody has already interfaced name pipe for sending data to kafka and
what are the things to be taken care of.

Thanks