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 7B1B7200B67 for ; Tue, 16 Aug 2016 20:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 79DF7160ABA; Tue, 16 Aug 2016 18:20:22 +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 E748D160A74 for ; Tue, 16 Aug 2016 20:20:21 +0200 (CEST) Received: (qmail 84941 invoked by uid 500); 16 Aug 2016 18:20:20 -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 84921 invoked by uid 99); 16 Aug 2016 18:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 18:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 834F02C02A5 for ; Tue, 16 Aug 2016 18:20:20 +0000 (UTC) Date: Tue, 16 Aug 2016 18:20:20 +0000 (UTC) From: "Eno Thereska (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (KAFKA-4045) Investigate feasibility of hooking into RocksDb's cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 18:20:22 -0000 [ https://issues.apache.org/jira/browse/KAFKA-4045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eno Thereska reopened KAFKA-4045: --------------------------------- Reopening since it's worth checking with the RocksDb community on future plans around this. > Investigate feasibility of hooking into RocksDb's cache > ------------------------------------------------------- > > Key: KAFKA-4045 > URL: https://issues.apache.org/jira/browse/KAFKA-4045 > Project: Kafka > Issue Type: Sub-task > Components: streams > Reporter: Eno Thereska > Assignee: Damian Guy > Fix For: 0.10.1.0 > > > Ideally we could hook a listener into RockDb's cache so that when entries are flushed or evicted from the cache the listener is called (and can subsequently perform Kafka Streams-specific functions, like forward a record downstream). That way we don't build our own cache. -- This message was sent by Atlassian JIRA (v6.3.4#6332)