Open mathiasyeremiaaryadi opened 6 months ago
Thanks for filing this issue.
Can you tell me more about the size of the data: The size of the data to be produced is around 1-3million
-> This is the per-message size in bytes, right, after serialization (as it is passed to the producer)?
Description
My Golang service produces the data to the topic where all the data are fetched from the database. I implement the async producer, sometimes the logic works and sometimes an issue occured. The size of the data to be produced is around 1-3million. The issue seems panicking when the producer start to produce the data. I have no idea what is the error about, need some insight about how to solve it. Here is the Go log error:
How to reproduce
Here are my Go producer code:
Checklist
Please provide the following information:
confluent-kafka-go v1.9.2
librdkafka v1.9.2
):"debug": ".."
as necessary)