Ryan Marvin

Results 3 issues of Ryan Marvin

Hi. I noticed the [OffsetDelete API](https://kafka.apache.org/24/protocol.html#The_Messages_OffsetDelete) is missing support in this library. Why is that so? If it's okay, I can open a pull request adding it

admin-client

**Describe the bug** I have several hundred consumers all connected to the same singular topic with autocommit disabled. Each consumer is part of a unique individual group. When I call...

Hi, When running the latest release I get this error. ``` from py_near.account import Account File "/opt/render/project/src/.venv/lib/python3.11/site-packages/py_near/account.py", line 20, in from py_near_primitives import DelegateAction ModuleNotFoundError: No module named 'py_near_primitives' ```