You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/26 02:20:45 UTC

[GitHub] [pinot] sajjad-moradi commented on pull request #6291: Add consumption rate limiter for LLConsumer

sajjad-moradi commented on pull request #6291:
URL: https://github.com/apache/pinot/pull/6291#issuecomment-1021799246


   > This is a good feature to have. Few thoughts
   > 
   > * this seems very specific to Kafka and low-level consumers.
   > * It might be better to make this real-time table level config and move this into indexRow within MutableSegment.
   > * is the throttling configuration per table or per server or per partition?
   
   This throttling is a per-table configuration and it's applied to low level consumer. It's not necessarily tied to Kafka. Low level consumer can have any implementation. The throttling happens after events are fetched from the stream and before processing of those fetched events starts.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org