From issues-return-166798-archive-asf-public=cust-asf.ponee.io@flink.apache.org Tue May 15 18:13:36 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4F2DE180634 for ; Tue, 15 May 2018 18:13:36 +0200 (CEST) Received: (qmail 94867 invoked by uid 500); 15 May 2018 16:13:35 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 94858 invoked by uid 99); 15 May 2018 16:13:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2018 16:13:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46DA2F2192; Tue, 15 May 2018 16:13:35 +0000 (UTC) From: tweise To: issues@flink.apache.org Reply-To: issues@flink.apache.org References: In-Reply-To: Subject: [GitHub] flink issue #5992: [FLINK-8944] [Kinesis Connector] Use listShards instead o... Content-Type: text/plain Message-Id: <20180515161335.46DA2F2192@git1-us-west.apache.org> Date: Tue, 15 May 2018 16:13:35 +0000 (UTC) Github user tweise commented on the issue: https://github.com/apache/flink/pull/5992 Looks like we can either leave all the application facing constants as they are (which might look a bit strange given they refer to old API and we are now using the new), or we deprecate and duplicate :) If the latter, then I would suggest to map from old/deprecated to new property keys in a single place and issue deprecation warning. ---