Vijay, In Kafka, we have the ConsoleConsumer that tails a topic and streams data continuously from the logs. You can run it like this -
./bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic foo Does that help or were you referring to something else ? Thanks, Neha On Wed, Feb 27, 2013 at 7:57 AM, Vijay Ram <nellaivi...@live.com> wrote: > Hi All, > > We have a requirement for using the tailing functionality as like Apache > Flume for log files streaming. > > Can I know any built in functionality available for Kafka or any other > alternative approaches for log file streaming . > > Thanks for your advanced help. > > > > Thanks > > Vijay > >