Unable to write to standard out, closing consumer
Im sending messages from file and consuming the same in another file , while consuming the data is not getting updated in the consumer file
./kafka-console-producer.sh --broker-list localhost:6667 --topic twitterCheck < /usr/hdp/current/kafka-broker/test.txt
./kafka-console-consumer.sh --bootstrap-server localhost:6667 --topic twitterCheck --from-beginning | /usr/hdp/current/kafka-broker/testconsume.txt