Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid error in 1.0.3 causing the loop to crash #6

Open
patkivikram opened this issue Aug 29, 2019 · 0 comments
Open

Invalid error in 1.0.3 causing the loop to crash #6

patkivikram opened this issue Aug 29, 2019 · 0 comments

Comments

@patkivikram
Copy link
Collaborator

in sender.py except Exception: # pragma: no cover log.error("Unexpected error in sender routine", exc_info=True) if self._on_irrecoverable_error: res = self._on_irrecoverable_error(exc) if asyncio.iscoroutine(res): # callback can be async def yield from res raise KafkaError("Unexpected error during batch delivery")

exc is not defined!

Adir-Shemesh pushed a commit to Adir-Shemesh/aiokafka that referenced this issue Sep 3, 2020
change the name of the package, for uploading to private Pypi server.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant