-
Notifications
You must be signed in to change notification settings - Fork 4.5k
added option for giving polling time when consuming records using kafka consumer #12903
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @tirth7777777 looks you need to sign the CLA, can you check it?
/test connector=connectors/source-kafka
|
3dbaa59
to
6969a88
Compare
@marcosmarxm I have signed the CLA. Can you merge the pullrequest |
/publish connector=connectors/source-kafka auto-bump-version=false
|
153eed5
to
fe78018
Compare
…ords using consumer (airbytehq#12903) * added option for giving polling time using spec * add doc and seed file Co-authored-by: marcosmarxm <[email protected]>
What
Added option for adding polling time when records are being consumed from Kafka consumer. Kafka consumer polling time is fixed in source-kafka
How
added polling_time in spec and added polling time as a variable in KafkaSource file
🚨 User Impact 🚨
User would be able to give polling time as input which is helpful in case when 100 ms is not enough time to collect records from kafka