-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Labels
status:needs-more-infoIssues that require more information to cleanup.Issues that require more information to cleanup.
Description
Description
Is there way to not receive any delivery reports from the broker or atleast not queue these delivery reports even if we receive them.I've seen a configuration delivery.report.only.error
in librdkafka which if set to true, will queue only error delivery reports. Is there a way to completely stop this delivery reports ? It's okay if we lose messages without getting notified. I'm exploring this so we can avoid poll() call (I've heard someone reporting performance issues in production because of poll() call).
We are using confluent-kafka-python version 2.2.0
Other information in the checklist might not be relevant regarding the question hence not adding
How to reproduce
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): - Apache Kafka broker version:
- Client configuration:
{...}
- Operating system:
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue
Metadata
Metadata
Assignees
Labels
status:needs-more-infoIssues that require more information to cleanup.Issues that require more information to cleanup.