Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 09A11200B8F for ; Fri, 16 Sep 2016 05:47:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 081C8160AD7; Fri, 16 Sep 2016 03:47:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 47A17160ADA for ; Fri, 16 Sep 2016 05:47:22 +0200 (CEST) Received: (qmail 67259 invoked by uid 500); 16 Sep 2016 03:47:21 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 66714 invoked by uid 99); 16 Sep 2016 03:47:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2016 03:47:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BB67A2C1B80 for ; Fri, 16 Sep 2016 03:47:20 +0000 (UTC) Date: Fri, 16 Sep 2016 03:47:20 +0000 (UTC) From: "Tzu-Li (Gordon) Tai (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-4627) Use Flink's PropertiesUtil in Kinesis connector to extract typed values from config properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Sep 2016 03:47:23 -0000 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)