Hi folks,
I'm working with a topic that have many messages. Kafka is scale horizontally.
As a result, when they spread out to multiple processes, only 1 will work with
the specific key. The rest are not related and should stop the processing.
Is there a way from the client API to hash the part
Dear sir/madam.
Can we use Kafka for handling streams of data from gps device coming per
sec from 1000's of device.
Thanks and Regards,
Aman
You can try generating a random consumer group ID to ensure that no
existing offset is used.
On 20 January 2018 at 01:11, Matthias J. Sax wrote:
> That is not supported out-of-box.
>
> Configuration "auto.offset.reset" only triggers, if there are not
> committed offsets and there is KS config to