baseplate.py icon indicating copy to clipboard operation
baseplate.py copied to clipboard

Should kafka message pump be outside server span?

Open spladug opened this issue 3 years ago • 0 comments

https://github.com/reddit/baseplate.py/blob/develop/baseplate/frameworks/queue_consumer/kafka.py#L77

This sleep is inside a server span so it's subject to timeouts. That doesn't seem right since it's kinda on the outside of the event loop.

spladug avatar Jun 21 '21 18:06 spladug