Re: Poll Interval for Kafka Connect Source

2016-03-09 Thread Ewen Cheslack-Postava
Shiti, There's not a built-in parameter because not all sources are based on polling -- some may use Selector-like APIs which simply block indefinitely while waiting for new data (and support some sort of wakeup mechanism to support prompt shutdown). -Ewen On Tue, Mar 8, 2016 at 9:37 PM, Shiti

Poll Interval for Kafka Connect Source

2016-03-08 Thread Shiti Saxena
Hi, Is there a configuration to set poll Interval for a SourceTask using the Connect API? The JDBC Connector uses a custom property - poll.interval.ms but is there an internal property which can be used by different connectors? Thanks, Shiti