-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOM #1043
Comments
Just a question, are you reading from the |
I did not read any messages from producer.Events() anywhere, nor did the example code contain any references to producer.Events() @milindl |
You can take a look at this example: https://github.com/confluentinc/confluent-kafka-go/blob/master/examples/producer_example/producer_example.go#L51 |
I have 7 billion data to be written to kafka, and when I write 200 million, the memory OOM, The following is part of my code logic, which can help you see what the problem is?
The text was updated successfully, but these errors were encountered: