You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2016/09/16 03:47:20 UTC

[jira] [Created] (FLINK-4627) Use Flink's PropertiesUtil in Kinesis connector to extract typed values from config properties

Tzu-Li (Gordon) Tai created FLINK-4627:
------------------------------------------

             Summary: Use Flink's PropertiesUtil in Kinesis connector to extract typed values from config properties 
                 Key: FLINK-4627
                 URL: https://issues.apache.org/jira/browse/FLINK-4627
             Project: Flink
          Issue Type: Improvement
          Components: Kinesis Connector
            Reporter: Tzu-Li (Gordon) Tai
            Priority: Trivial
             Fix For: 1.2.0


Right now value extraction from config properties in the Kinesis connector is using the plain methods from {{java.util.Properties}} with type casting.

We can use Flink's utility {{PropertiesUtil}} to do this, with lesser lines of and more readable code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)