Don't muddle up the topics when sending Kafka batches
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import asyncio
|
||||
from os import getenv
|
||||
|
||||
import orjson
|
||||
|
||||
import db
|
||||
import util
|
||||
from processing import process
|
||||
from os import getenv
|
||||
|
||||
SOURCES = ["4ch", "irc", "dis"]
|
||||
KEYPREFIX = "queue."
|
||||
|
||||
Reference in New Issue
Block a user