You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2019/05/17 19:04:02 UTC

[jira] [Updated] (SAMZA-2134) Enable remote table rate limiter by default

     [ https://issues.apache.org/jira/browse/SAMZA-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Shkolnik updated SAMZA-2134:
----------------------------------
    Fix Version/s: 1.2

> Enable remote table rate limiter by default
> -------------------------------------------
>
>                 Key: SAMZA-2134
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2134
>             Project: Samza
>          Issue Type: Bug
>          Components: kv-store
>            Reporter: Dengpan Yin
>            Priority: Minor
>             Fix For: 1.2
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> We should enable table rate limiting by default to protect remote stores.
> Enable rate limiting (by default):
> (1) The user needs to config a read rate limiter when using table read function.
> (2) The user needs to config a write rate limiter when using table write function if the user intends to protect the remote store.
>  
> Disable rate limiting (explicitly by user)
> (1)To disable read rate limiter: tableDescriptor.withDisableReadRateLimiter()
> (2) To disable write rate limiter: tableDescriptor.withDisableWriteRateLimiter()
> (3) To disable both read and write rate limiter: tableDescriptor.withDisableRateLimiter()
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)