Read from Pulsar and load to Postgres with asyncio

后端 未结 0 1971
慢半拍i
慢半拍i 2021-01-22 17:59

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题