Re: Slightly Modified Sticky Assignor.

2021-03-16 Thread Sophie Blee-Goldman
> > Best, > > From: Sophie Blee-Goldman > Sent: Tuesday, March 16, 2021 5:58 AM > To: users@kafka.apache.org > Subject: Re: Slightly Modified Sticky Assignor. > > Hey Mazen, > > The easiest way to approach this is probably to pass in a

Re: Slightly Modified Sticky Assignor.

2021-03-16 Thread Mazen Ezzeddine
Great, thanks so much for the detailed answer. Best, From: Sophie Blee-Goldman Sent: Tuesday, March 16, 2021 5:58 AM To: users@kafka.apache.org Subject: Re: Slightly Modified Sticky Assignor. Hey Mazen, The easiest way to approach this is probably to pass in a

Re: Slightly Modified Sticky Assignor.

2021-03-15 Thread Sophie Blee-Goldman
Hey Mazen, The easiest way to approach this is probably to pass in a reference to the associated Consumer and then just call one of the *Consumer#committed *methods which return the OffsetAndMetadata. But I'm guessing your underling question may be about how to get that reference to the Consumer