You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/07/31 01:25:16 UTC

[GitHub] glaksh100 edited a comment on issue #6408: [FLINK-9897][Kinesis Connector] Make adaptive reads depend on run loop time instead of fetchintervalmillis

glaksh100 edited a comment on issue #6408: [FLINK-9897][Kinesis Connector] Make adaptive reads depend on run loop time instead of fetchintervalmillis
URL: https://github.com/apache/flink/pull/6408#issuecomment-409059048
 
 
   @tzulitai Thanks for reviewing and apologies for the delay. I have addressed all the comments.
   I verified the most recent changes with a Flink job reading from a back-logged Kinesis stream and writing to a no-op sink. 
   - Number of Kinesis shards - 512
   - GetRecord I/O achieved ~= 1.04 Gb/sec
   - [numberOfAggregatedRecordsPerFetch](https://github.com/apache/flink/pull/6409) ~= `maxNumberOfRecordsPerFetch`
    
   Let me know if it looks alright! 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services