@@ -21,6 +21,7 @@ origins = [
async def lifespan(app: FastAPI):
try:
await init_producer()
if producer:
await producer.start()
except KafkaConnectionError as e:
print(e)
The note is not visible to the blocked user.