Jackie-Jiang opened a new pull request, #12806:
URL: https://github.com/apache/pinot/pull/12806

   - Do not use a separate thread to fetch Kinesis records (this can fix the 
potential race condition)
   - Follow the same convention with Kafka:
     - Return the non-empty message batch immediately
     - Wait up to timeout if there is no record fetched, then return an empty 
message batch
   - Change back the default timeout to 5s
   - Change the default max records per fetch to 10,000 (Kinesis default)
   - Remove some unused dependencies


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to