I am trying to read data from pulsar and write to postgres table with asyncio and asyncpg in Python.
import asyncio import asyncpg import requests import nest_asy