From dev-return-119831-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Thu Dec 3 17:51:05 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 3041A180634 for ; Thu, 3 Dec 2020 18:51:05 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 018E544EFE for ; Thu, 3 Dec 2020 17:51:03 +0000 (UTC) Received: (qmail 73061 invoked by uid 500); 3 Dec 2020 17:51:02 -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 73037 invoked by uid 99); 3 Dec 2020 17:51:02 -0000 Received: from ec2-52-204-25-47.compute-1.amazonaws.com (HELO mailrelay1-ec2-va.apache.org) (52.204.25.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2020 17:51:02 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-ec2-va.apache.org (ASF Mail Server at mailrelay1-ec2-va.apache.org) with ESMTPS id EFFFA3EB03 for ; Thu, 3 Dec 2020 17:51:01 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id A36D0C80816 for ; Thu, 3 Dec 2020 17:51:00 +0000 (UTC) Date: Thu, 3 Dec 2020 17:51:00 +0000 (UTC) From: "David Jacot (Jira)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-10739) Replace EpochEndOffset with automated protocol 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-10739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-10739. --------------------------------- Resolution: Done > Replace EpochEndOffset with automated protocol > ---------------------------------------------- > > Key: KAFKA-10739 > URL: https://issues.apache.org/jira/browse/KAFKA-10739 > Project: Kafka > Issue Type: Improvement > Reporter: David Jacot > Assignee: David Jacot > Priority: Major > > Follow up of KAFKA-9630. We can avoid extra conversation by using the auto-generated data structure instead of using `EpochEndOffset ` internally. -- This message was sent by Atlassian Jira (v8.3.4#803005)