tree: 431d4def314acbfb36de9aff25fcd7443cdbb723 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
streams-contrib/streams-persist-kafka/README.md

streams-persist-kafka

Read and write to Kafka

Example reader / writer configuration:

kafka {
    brokerlist = "localhost:9092"
	zkconnect = "localhost:2181"
	topic = "topic"
	groupId = "group"
}