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-2153) Implement to Config for TableRetryPolicy

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

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

> Implement to Config for TableRetryPolicy
> ----------------------------------------
>
>                 Key: SAMZA-2153
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2153
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Yixing Zhang
>            Priority: Major
>             Fix For: 1.1, 1.2
>
>          Time Spent: 5h
>  Remaining Estimate: 0h
>
> Now the TableRetryPolicy in config is encoded by base64 and is not human readable. For example:
> tables.table-id.io.read.retry.policy=rO0ABXNyAC1vcmcuYXBhY2hlLnNhbXphLnRhYmxlLnJldHJ5LlR....
>  
> We want to implement toConfig method so that we can generate another human readable config. For instance:
> table-id.org.apache.samza.table.retry.TableRetryPolicy=\{"exponentialFactor":0.0,"backoffType":"NONE","tableId":"table-id","retryPredicate":{}}



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