From dev-return-22794-apmail-geode-dev-archive=geode.apache.org@geode.apache.org Fri May 26 17:49:07 2017 Return-Path: X-Original-To: apmail-geode-dev-archive@minotaur.apache.org Delivered-To: apmail-geode-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10F39199F3 for ; Fri, 26 May 2017 17:49:07 +0000 (UTC) Received: (qmail 47762 invoked by uid 500); 26 May 2017 17:49:07 -0000 Delivered-To: apmail-geode-dev-archive@geode.apache.org Received: (qmail 47706 invoked by uid 500); 26 May 2017 17:49:06 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 47694 invoked by uid 99); 26 May 2017 17:49:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 May 2017 17:49:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8948FCD980 for ; Fri, 26 May 2017 17:49:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id shc8_lDwsXcn for ; Fri, 26 May 2017 17:49:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5A4775FDA2 for ; Fri, 26 May 2017 17:49:05 +0000 (UTC) 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 E218BE0DBB for ; Fri, 26 May 2017 17:49:04 +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 3EC7E21B5C for ; Fri, 26 May 2017 17:49:04 +0000 (UTC) Date: Fri, 26 May 2017 17:49:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2582) Prototype Protobuf Protocol: Client can send Put Request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026573#comment-16026573 ] ASF GitHub Bot commented on GEODE-2582: --------------------------------------- Github user galen-pivotal closed the pull request at: https://github.com/apache/geode/pull/520 > Prototype Protobuf Protocol: Client can send Put Request > -------------------------------------------------------- > > Key: GEODE-2582 > URL: https://issues.apache.org/jira/browse/GEODE-2582 > Project: Geode > Issue Type: Sub-task > Components: client/server > Reporter: Addison > Assignee: Galen O'Sullivan > > Using protobuf as the IDL for the [client-server protocol|https://cwiki.apache.org/confluence/display/GEODE/New+Client+Server+Protocol], > GIVEN I'm a community developer writing a new client > AND I was given some protofiles > AND I have established a connection to the Gemfire server > WHEN the client sends over a put message and some data > THEN I should be able to see my data in the cache as *JSON* > Out of scope: > * Stats > * PDX > * Retry -- This message was sent by Atlassian JIRA (v6.3.15#6346)