You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Oleg Kuznetsov (JIRA)" <ji...@apache.org> on 2018/09/12 00:50:00 UTC

[jira] [Created] (KAFKA-7404) SourceConnector backpressure

Oleg Kuznetsov created KAFKA-7404:
-------------------------------------

             Summary: SourceConnector backpressure
                 Key: KAFKA-7404
                 URL: https://issues.apache.org/jira/browse/KAFKA-7404
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
    Affects Versions: 1.1.0
            Reporter: Oleg Kuznetsov


Now Source connector can generate lots of events without considering how fast broker can consume them. 

Proposal is simple: add optional parameter *max.records.to.send* and pause polling until current buffer is less this size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)