Yixing Zhang created SAMZA-2153:
-----------------------------------
Summary: 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
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)