[
https://issues.apache.org/jira/browse/KAFKA-15857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen updated KAFKA-15857:
------------------------------
Description:
Introduce EarliestLocalOffset and TieredOffset in OffsetSpec which will help in
finding respective offsets while using AdminClient#listOffsets().
EarliestLocalOffset - local log start offset of a topic partition.
TieredOffset - Highest offset up to which the segments were copied to remote
storage.
We can discuss further on naming and semantics of these offset specs.
KIP-1005:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-1005%3A+Expose+EarliestLocalOffset+and+TieredOffset
was:
Introduce EarliestLocalOffset and TieredOffset in OffsetSpec which will help
in finding respective offsets while using AdminClient#listOffsets().
EarliestLocalOffset - local log start offset of a topic partition.
TieredOffset - Highest offset up to which the segments were copied to remote
storage.
We can discuss further on naming and semantics of these offset specs.
> Introduce LocalLogStartOffset and TieredOffset in OffsetSpec.
> -------------------------------------------------------------
>
> Key: KAFKA-15857
> URL: https://issues.apache.org/jira/browse/KAFKA-15857
> Project: Kafka
> Issue Type: Improvement
> Components: core
> Reporter: Satish Duggana
> Assignee: Christo Lolov
> Priority: Major
> Labels: need-kip, tiered-storage
> Fix For: 3.9.0
>
>
> Introduce EarliestLocalOffset and TieredOffset in OffsetSpec which will help
> in finding respective offsets while using AdminClient#listOffsets().
> EarliestLocalOffset - local log start offset of a topic partition.
> TieredOffset - Highest offset up to which the segments were copied to remote
> storage.
> We can discuss further on naming and semantics of these offset specs.
>
> KIP-1005:
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-1005%3A+Expose+EarliestLocalOffset+and+TieredOffset
--
This message was sent by Atlassian Jira
(v8.20.10#820010)