Re: loading 15M messages to kafka

2016-07-05 Thread Ian Wrigley
Depending on where your data is coming from, Kafka Connect may well be a good solution for you. Ian. --- Ian Wrigley Director, Education Services Confluent, Inc > On Jul 5, 2016, at 10:18 AM, Nomar Morado wrote: > > Hi > > I am trying to load 15 million rows/records/messages to Kafka and look

loading 15M messages to kafka

2016-07-05 Thread Nomar Morado
Hi I am trying to load 15 million rows/records/messages to Kafka and looking for the most optimal way of accomplishing this. I can go through client API but was wondering if there's a more efficient way of doing this. Thanks. Nomar