Re: Subscriber seek earliest or latest only if subscriber never did an ack before

2018-08-02 Thread Alejandro Abdelnur
Thanks Matteo, I've missed that method. On Wed, Aug 1, 2018 at 10:11 PM Matteo Merli wrote: > Hi Alejandro, > > It is possible to specify the position where a subscription should be > initialized (if it doesn't exist). > > See `ConsumerBuilder.subscriptionInitialPosition()` > >

Re: Subscriber seek earliest or latest only if subscriber never did an ack before

2018-08-01 Thread Matteo Merli
Hi Alejandro, It is possible to specify the position where a subscription should be initialized (if it doesn't exist). See `ConsumerBuilder.subscriptionInitialPosition()`