Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Conversation

Laityned
Copy link

@Laityned Laityned commented Aug 6, 2024

copy of PR 2404 on base repo

See dpkp#1583

When closing the connection on purpose by calling consumer.close(), each ongoing Fetch request will be cancelled, by setting a Cancelled KafkaException on that particular request.

Due to the error callback on this object, which is nothing else except a logging statement, the cancellation will be logged with level ERROR, instead as INFO, while it is not actually an error, but a way of stopping the ongoing request

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant