8000 Invalid error in 1.0.3 causing the loop to crash · Issue #6 · robinhood/aiokafka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Invalid error in 1.0.3 causing the loop to crash #6
Open
@patkivikram

Description

@patkivikram

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0