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