Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E18D0105E3 for ; Mon, 21 Oct 2013 21:21:49 +0000 (UTC) Received: (qmail 7195 invoked by uid 500); 21 Oct 2013 21:21:47 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 7032 invoked by uid 500); 21 Oct 2013 21:21:44 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 6995 invoked by uid 99); 21 Oct 2013 21:21:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 21:21:42 +0000 Date: Mon, 21 Oct 2013 21:21:42 +0000 (UTC) From: "Steve Morin (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-156) Messages should not be dropped when brokers are unavailable 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/KAFKA-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801089#comment-13801089 ] Steve Morin commented on KAFKA-156: ----------------------------------- Scott Carey - completely agree with your use-case here. The ability todo rolling restarts and have processes spill to disk when there is outages so that we can in some-case withstand hours in stead of minutes in the case of a failure of the cluster or a strange network outage. > Messages should not be dropped when brokers are unavailable > ----------------------------------------------------------- > > Key: KAFKA-156 > URL: https://issues.apache.org/jira/browse/KAFKA-156 > Project: Kafka > Issue Type: Improvement > Reporter: Sharad Agarwal > Fix For: 0.8.1 > > > When none of the broker is available, producer should spool the messages to disk and keep retrying for brokers to come back. > This will also enable brokers upgrade/maintenance without message loss. -- This message was sent by Atlassian JIRA (v6.1#6144)