Reset types are not applied and reset instead like LATEST would #4453
Open
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
master
-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
When resetting offsets of a consumer group by reset type "EARLIEST" the consumer group is reset to latest.
The same happens with the reset type "TIMESTAMP" and "OFFSET".
Expected behavior
The topic offsets of the consumer group are set with the respective method chosen.
Your installation details
App version: 83b5a60 v0.7.2
Running inside a container as described here
Steps to reproduce
- Go to the consumer groups and select a consumer group whose state is empty and has topics assigned to it.
- Hit the three dots at the top right corner of the bar where the consumer group is shown and select 'Reset offset'.
- Topic and Reset Type are preselected, so just go to the partitions drop down and check "Select All".
- Press purple "Reset Offset" button.
- Check again the consumer group and their topic. Recognise that the Consumer Lag displays a lag of 0.
Screenshots
No response
Logs
No response
Additional context
A green pop up, indicating that the reset has been successful, is shown after pressing the "Reset Offset" button.