I have a KCL application where I am not setting any value for idleTimeBetweenReadsInMillis of PollingConfig class. So, it should be using default value set i.e. 1000ms (1sec).
This should poll 60 times in a minute, however when I check the count GetRecords.Records metric for a given stream, I see only 40 GetRecords call made in a minute. Why is this happening and how can this be fixed?
KCL 2.x is polling Kinesis stream at slower rate than configured
45 Views Asked by Niranjan Rathod At
0
There are 0 best solutions below
Related Questions in AMAZON-KINESIS
- Lambda retries kinesis event properly processed
- Checkpointing and Locking in Amazon Kinesis using PostgreSQL
- How to do transformations on a json string in a streaming dataframe?
- Incompatible Checkpoint and application versions with AWS Managed Flink
- Can we use PostgreSQL instead of default dynamo db for checkpointing and locking in case of consuming data from Kinesis Using Binder approach
- Cloudwatch Subscription Filter does not ingest logs in Kinesis Data Stream
- Amazon Kinesis Stream name is not taken as per provided application.yml file
- AWS process large batch of small files daily
- IP Camera Integration error with AWS Kinesis Video Streaming
- TimeAt and Latest function not working on Kinesis data viewer
- Spring Cloud Stream Kinesis Binder consumer High Availability using dynamoDB
- Does the Kinesis Input Plugin of LogStash Support Enhanced Fan-Out (EFO)?
- What does the StartingPosition flag of a kinesis event source mapping do?
- Kinesis group video chat (Like zoom) Javascript
- How does lambda function know when new records are pushed to Kinesis?
Related Questions in AMAZON-KCL
- Spring Cloud Stream Kinesis Binder consumer High Availability using dynamoDB
- KCL2 -Multi stream consumer - Configured streams can be in same account and cross account
- Configuring AWS X-Ray with Kinesis KCL 2.0
- Uneven distribution of shards over the consumer application workers in amazon-kinesis-client-python
- How to perfectly use KPL/KCL with spring-cloud-stream-binder-aws-kinesis lib?
- Lease table is not updated when new shards are added causing stale workers in KCL
- AccessDeniedException coming for ListShard Action of Kinesis when trying to setup IAM role policy for spring based application deployed in eks cluster
- KCL 2.x is polling Kinesis stream at slower rate than configured
- Spring Cloud Stream Kinesis Binder 4.0 doesn't support Multi Stream with KCL 2 Enabled
- Kinesis KCL not pulling records from all shards
- Working With KCL 2.x is causing issue while "Syncing Kinesis shard info"
- How to shutdown processRecord method of KCL in case of any error?
- How to configure KCL worker properties for Amazon KCL client
- KCL doesn't PUT or GET and items from DynamoDB checkpoint or locks tables
- Reprocessing messages AWS kinesis data stream message using KCL consumer
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?