Closing consumer lingers indefinitely

After performing a reset-offset on a group_id, I’ve been encountering an issue where the consumer that I am initiating does not close. Rather, the .close() method lingers indefinitely without anything being returned. Before the offset, this would not happen.

Has anyone experience this issue? I have the enable.auto.commit set to False.