flask_kafka icon indicating copy to clipboard operation
flask_kafka copied to clipboard

Add Flask application context

Open ketgo opened this issue 5 years ago • 1 comments

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.

ketgo avatar Mar 27 '20 00:03 ketgo

Will look into this approach.

NimzyMaina avatar Jun 23 '20 06:06 NimzyMaina