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