From issues-return-40457-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Tue Oct 8 06:57:40 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 E0391180654 for ; Tue, 8 Oct 2019 08:57:39 +0200 (CEST) Received: (qmail 11291 invoked by uid 500); 8 Oct 2019 06:57:39 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 11282 invoked by uid 99); 8 Oct 2019 06:57:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2019 06:57:39 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk] upgle opened a new issue #4676: Kafka container doesn't have a volume mapping for persisting data Message-ID: <157051785915.32155.11095227531154858475.gitbox@gitbox.apache.org> Date: Tue, 08 Oct 2019 06:57:39 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit upgle opened a new issue #4676: Kafka container doesn't have a volume mapping for persisting data URL: https://github.com/apache/openwhisk/issues/4676 There is no volume mapping for persisting Kafka data. Although unlikely, it can cause data loss. If there's no reason not to use the volume mapping, can I add it? ```yaml docker_container: name: kafka{{ groups['kafkas'].index(inventory_hostname) }} image: "{{ kafka_image }}" state: started recreate: true restart_policy: "{{ docker.restart.policy }}" env: "{{ kafka_env_vars }}" ports: "{{ ports_to_expose }}" volumes: - "{{ config_root_dir }}/kafka/certs:/config" pull: true ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services