From dev-return-81371-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sun May 26 23:33:04 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C058918062B for ; Mon, 27 May 2019 01:33:03 +0200 (CEST) Received: (qmail 74005 invoked by uid 500); 26 May 2019 23:33:02 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 73994 invoked by uid 99); 26 May 2019 23:33:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 May 2019 23:33:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 06954E00A6 for ; Sun, 26 May 2019 23:33:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D6A4B25815 for ; Sun, 26 May 2019 23:33:00 +0000 (UTC) Date: Sun, 26 May 2019 23:33:00 +0000 (UTC) From: "Peter Szecsi (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ZOOKEEPER-3402) Add a multiRead operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Peter Szecsi created ZOOKEEPER-3402: --------------------------------------- Summary: Add a multiRead operation Key: ZOOKEEPER-3402 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3402 Project: ZooKeeper Issue Type: Improvement Reporter: Peter Szecsi Assignee: Peter Szecsi There is already an expressed need and desire from the community to support the multi version of the getData and getChildren operations. We could create a multiRead operation which behaves just like the multi, however, only accepts read operations. It would provide a common interface for batched read operations instead of different multi versions and the read operations could be even mixed in one request. -- This message was sent by Atlassian JIRA (v7.6.3#76005)