You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Dengpan Yin (JIRA)" <ji...@apache.org> on 2019/03/19 22:13:00 UTC

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

Dengpan Yin created SAMZA-2134:
----------------------------------

             Summary: 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


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)