From: Ben Date: Fri, 27 Mar 2020 16:02:18 +0000 (+0100) Subject: :memo: Add new external link (#1112) X-Git-Tag: 0.53.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd37d8d04f5f6b49841e2d67e08f718b0d27e207;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add new external link (#1112) * Added new external link I added an article in which I briefly explain how to build an Apache Kafka producer / consumer with FastAPI and aiokafka. * :memo: Update format Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/external-links.md b/docs/en/docs/external-links.md index 4546befd04..6b63ee3496 100644 --- a/docs/en/docs/external-links.md +++ b/docs/en/docs/external-links.md @@ -59,6 +59,8 @@ Here's an incomplete list of some of them. * Create and Deploy FastAPI app to Heroku without using Docker by Navule Pavan Kumar Rao. +* Apache Kafka producer and consumer with FastAPI and aiokafka by Benjamin Ramser. + ### Japanese * FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg.