Let me start off by saying I am a newbie to Kafka, Play as well as Scala.
Trying to write an application under Play Framework in which an 'Actor'
will write a message to Kafka queue.
There's sample code available
under ./core/src/main/scala/kafka/producer/ConsoleProducer.scala for me to
copy, so
okay
is it necessary that a topic should be created first before a consumer is
started to listen from that topic ?
or we can start the consumer 1st before the topic has been created ?
On Fri, Nov 22, 2013 at 8:53 PM, Jun Rao wrote:
> That error means the consumer has never checkpointed any off