Skip to main content

All Questions

0 votes
2 answers
522 views

How to configure kafka such that we have an option to read from the earliest, latest and also from any given offset?

I know about configuring kafka to read from earliest or latest message. How do we include an additional option in case I need to read from a previous offset? The reason I need to do this is that the ...
SHILPA AR's user avatar
  • 332
0 votes
1 answer
516 views

Why is there a delay between writing to and reading from Kafka queue?

I have written a worker service to consume messages from a Kafka queue, and I have also written a test script to add messages to the queue every few seconds. What I have noticed is that often the ...
Ben Harrison's user avatar
  • 2,229
0 votes
2 answers
2k views

Parallelism at Kafka Topics or Partitions Level

In order to seperate my data, based on a key: Should I use multiple topics or multiple partitions within same topic? I'm asking on basis of overheads, computation, data storage and load caused on ...
Prannoy Mittal's user avatar