Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-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 7BB58DA7D for ; Tue, 4 Sep 2012 19:52:50 +0000 (UTC) Received: (qmail 58808 invoked by uid 500); 4 Sep 2012 19:52:50 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 58725 invoked by uid 500); 4 Sep 2012 19:52:50 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 58715 invoked by uid 99); 4 Sep 2012 19:52:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 19:52:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jay.kreps@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 19:52:42 +0000 Received: by pbcwy7 with SMTP id wy7so10506983pbc.6 for ; Tue, 04 Sep 2012 12:52:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aJRRfguCKqu260SNuyP1298xdQnpqh1Nj2zoChDjTVI=; b=PtYvXOiuVdthqixIVtTGUWVRDWg37HMoSqDbD0gWm2PsTJd3bCdOb9m+is9dx/1Rng 4FHmyhxx6K+wvaIOFW6BTHXNTUVsQsO6Ulh4IWMFtENeNUc6LVkmwvyOuB4ugRpn1pdU kWx+hjRI8GFgxLt1+NKW4m5fGt0qqBXTLHVGI8AoaPeb9vmbWzxtT8h7fUG0VHny5ZO7 FT+SpPE6XgI4L/1WC8TUwxSRTHDJhXQ0HUwWcVWl+pOoNwrYKRKTHLNiGh1aTVZgRsTw bSKqNsIHOU9eRvwAjPCnVS0439G44Gn/eHT8uNYt6et1NTb6cHU77f76laK+rk/Qsyky ulDg== MIME-Version: 1.0 Received: by 10.68.229.6 with SMTP id sm6mr47971277pbc.120.1346788341628; Tue, 04 Sep 2012 12:52:21 -0700 (PDT) Received: by 10.66.14.69 with HTTP; Tue, 4 Sep 2012 12:52:21 -0700 (PDT) Date: Tue, 4 Sep 2012 12:52:21 -0700 Message-ID: Subject: MessageSet.getSerialized() From: Jay Kreps To: kafka-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b15fe01b0c05a04c8e5987b --047d7b15fe01b0c05a04c8e5987b Content-Type: text/plain; charset=ISO-8859-1 It seems really kludgey that MessageSet would have a getSerialized() method. What does being a set of messages have to do with serialization? -Jay --047d7b15fe01b0c05a04c8e5987b--