Q: In 0.6+ how to get the handler object #2484
-
In < 0.6, there was a context value for "handler_" which allowed us to get the handler object and therefore the consumer. I don't love having to do this, however Aiokafka does not always shutdown correctly when a StopApplication is thrown, so i have to do some shenanigans via a middleware. Though i suppose it might be possible to do something in broker.stop instead. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@JonathanSerafini thank you for the report! Fixed in #2485 |
Beta Was this translation helpful? Give feedback.
@JonathanSerafini thank you for the report! Fixed in #2485
Hope to release a new RC today