Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D9C9200BE3 for ; Thu, 22 Dec 2016 10:01:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3C2BB160B1F; Thu, 22 Dec 2016 09:01:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CDC4160B27 for ; Thu, 22 Dec 2016 10:01:16 +0100 (CET) Received: (qmail 96109 invoked by uid 500); 22 Dec 2016 09:01:14 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 95856 invoked by uid 99); 22 Dec 2016 09:01:14 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 09:01:14 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4D99D2C0453 for ; Thu, 22 Dec 2016 09:01:14 +0000 (UTC) Date: Thu, 22 Dec 2016 09:01:14 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-10639) camel-zookeeper - Add RoutePolicyFactory to manage all routes easily MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Dec 2016 09:01:17 -0000 Claus Ibsen created CAMEL-10639: ----------------------------------- Summary: camel-zookeeper - Add RoutePolicyFactory to manage all routes easily Key: CAMEL-10639 URL: https://issues.apache.org/jira/browse/CAMEL-10639 Project: Camel Issue Type: Improvement Components: camel-zookeeper Reporter: Claus Ibsen Priority: Minor Fix For: Future To easily manage all the routes in the master/slave scenario with the CuratorRoutePolicy. Today you need to configure this on every route you want managed. But with a RoutePolicyFactory we can configure this once and it manages all the routes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)