On Mon, Jan 23, 2017 at 10:10 AM, Gareth Western <[email protected]> wrote:
> * ConsumerConfig.GROUP_ID_CONFIG, > UUID.randomUUID().toString(),* > * ConsumerConfig.CLIENT_ID_CONFIG, "your_client_id",* > * ConsumerConfig.AUTO_OFFSET_RESET_CONFIG, "earliest"* Out of these three, you only need the last one. It should work, what did you observe?
