Skip to content
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

Out of memory exception #65

Open
vishal-bihani opened this issue Oct 14, 2022 · 0 comments · Fixed by #71
Open

Out of memory exception #65

vishal-bihani opened this issue Oct 14, 2022 · 0 comments · Fixed by #71

Comments

@vishal-bihani
Copy link
Contributor

Describe the bug
When connector is deployed to read from topics that contains large amounts of record, after some time the connector throws out of memory exception.

Cause
Kafka connect consumer thread keeps on consuming records from the Kafka when connector is busy processing the records in buffer. This leads to Kafka connect running out of memory.

Expected behavior
When the connector starts processing the records in the buffer, it should pause consuming records from the Kafka topic, only once the processing is complete it should resume the consumer.

@vishal-bihani vishal-bihani linked a pull request Nov 21, 2022 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant