kafka.bridge.examples
Class TextPublisher

java.lang.Object
  extended by kafka.bridge.examples.TextPublisher

public class TextPublisher
extends java.lang.Object

Publish a text file line by line to a Kafka topic


Nested Class Summary
static class TextPublisher.TheMapper
           
 
Constructor Summary
TextPublisher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPublisher

public TextPublisher()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception