Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 23A3317CFE for ; Thu, 16 Oct 2014 08:04:35 +0000 (UTC) Received: (qmail 32248 invoked by uid 500); 16 Oct 2014 08:04:34 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 32174 invoked by uid 500); 16 Oct 2014 08:04:34 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 31846 invoked by uid 99); 16 Oct 2014 08:04:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 08:04:34 +0000 Date: Thu, 16 Oct 2014 08:04:33 +0000 (UTC) From: "Marcel Offermans (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACE-486) Add a method to the server LogStore to create new events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marcel Offermans created ACE-486: ------------------------------------ Summary: Add a method to the server LogStore to create new events Key: ACE-486 URL: https://issues.apache.org/jira/browse/ACE-486 Project: ACE Issue Type: Improvement Components: Log Reporter: Marcel Offermans Assignee: Marcel Offermans Currently, the server based LogStore has a service interface that was designed to only support replication scenarios. However, in some cases it could be beneficial if this store also supported adding new events, such as when a server or relay also wants to log audit data (or something else). Therefore it makes sense to support a method to create new events, similar to the method that is available in the target LogStore. -- This message was sent by Atlassian JIRA (v6.3.4#6332)