Hi,
Could somebody help me whether my understanding is correct as I am very new
to kafka.
1. Topic name- ProdCategory, with 4 partitions. All the messages are XML
files . And consumer numbers also 4. Multi-Broker -4.
2. XML files vary in size from 10 KB- 1 MB.
3. Say if there are 100 XML files.
Thanks Kumar, for explaining in depth.
On Mon, Aug 10, 2015 at 1:37 PM, Manikumar Reddy
wrote:
> Hi,
>
>
>
> > 1. Will Kafka distribute the 100 serialized files randomly say 20 files
> go
> > to Partition 1, 25 to Partition 2 etc or do I have an option to
> configure
> > how many files go to
Hi,
Can someone help me with reading data from sensors and storing into Kafka.
At the moment the sensors data are read by a C program and the captured
data is stored in Oracle.
How data captured by C program at real time can be stored into Kafka. Is
there a sample C Kafka producer which stores d