You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call seek method directly after subscription will get error - Local: Unknow partition. However if I call seek method after successfully received a message(through consumer.recv().await) then it will work. What is a proper way to call seek if I wanna consume message from specific offset once the consumer is connected?
The text was updated successfully, but these errors were encountered:
I'll close this issue since actually it seems it is the only way to call the seek. If I wanna consume from specific offset then I should use the assign instead of subscribe. then back to the previous issue. #482
If I call seek method directly after subscription will get error - Local: Unknow partition. However if I call seek method after successfully received a message(through consumer.recv().await) then it will work. What is a proper way to call seek if I wanna consume message from specific offset once the consumer is connected?
The text was updated successfully, but these errors were encountered: