We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80f1f5 commit cbe01f4Copy full SHA for cbe01f4
1 file changed
data_rentgen/consumer/subscribers.py
@@ -102,7 +102,6 @@ async def report_malformed(
102
await publisher.publish(
103
message.value,
104
key=message.key,
105
- partition=message.partition,
106
timestamp_ms=message.timestamp,
107
headers=headers or None,
108
reply_to=message_id,
0 commit comments