flask_kafka
flask_kafka copied to clipboard
Add Flask application context
Usually the kafka event handlers need to perform database operations. It would be nice if the application context can be added into the extension so that common database packges such as SQLAlchmey can be used without worrying about session management. This feature request is something similar to how Flask-CeleryExt is implemented.
Will look into this approach.