jamesyfshao opened a new pull request #3869: add config to control kafka fetcher size and increase default URL: https://github.com/apache/incubator-pinot/pull/3869 1. currently we hardcode the fetcher size to 500k. If this consumer fetched a larger message we will fail simple consumer silently and kafka consumer will get stuck. Our previous attempts try to fix this issue (https://github.com/apache/incubator-pinot/pull/3584) turns out to be not completed and we verify that we need one more fix 2. we increase the default from 500k to 5m to handle more use-cases and pinot consumer should handle it fine for larger memory.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
