Kafka consumer offset reset

2017-03-21 Thread Jakub Stransky
Hello, just recently migrated to using Kafka 0.10.1.0 I would like to reset position for some consumers. I went through documentation and couldn't spot it how to achieve that. All what I got is that v 10 reduces usage of zookeeper and clients have possibility to use different storage for maintain

Scaling up kafka consumers

2017-02-24 Thread Jakub Stransky
Hello everyone, I was reading/checking kafka documentation regarding point-2-point and publish subscribe communications patterns in kafka and I am wondering how to scale up consumer side in point to point scenario when consuming from single kafka topic. Let say I have a single topic with single p