[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-10-04 Thread Kirk True (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk True updated KAFKA-15081:
--
Parent: KAFKA-14246
Issue Type: Sub-task  (was: Task)

> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Sub-task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>  Labels: consumer-threading-refactor
> Fix For: 3.7.0
>
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the OffsetsRequestManager. No changes at the consumer API level.
> A call to the offsetsForTime consumer functionality should generate a 
> ListOffsetsApplicationEvent with the timestamps to search provided in 
> parameters. The ListOffsetsApplicationEvent is then handled by the 
> OffsetsRequestManager, that builds the ListOffsets requests and processes the 
> response when received.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-08-29 Thread Lianet Magrans (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lianet Magrans updated KAFKA-15081:
---
Description: 
Implement offsetForTimes for the kafka consumer based on the new threading 
model, using the OffsetsRequestManager. No changes at the consumer API level.

A call to the offsetsForTime consumer functionality should generate a 
ListOffsetsApplicationEvent with the timestamps to search provided in 
parameters. The ListOffsetsApplicationEvent is then handled by the 
OffsetsRequestManager, that builds the ListOffsets requests and processes the 
response when received.

  was:Implement offsetForTimes for the kafka consumer based on the new 
threading model, using the ListOffsetsRequestManager. No changes at the 
consumer API level.


> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>  Labels: consumer-threading-refactor
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the OffsetsRequestManager. No changes at the consumer API level.
> A call to the offsetsForTime consumer functionality should generate a 
> ListOffsetsApplicationEvent with the timestamps to search provided in 
> parameters. The ListOffsetsApplicationEvent is then handled by the 
> OffsetsRequestManager, that builds the ListOffsets requests and processes the 
> response when received.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-07-31 Thread Kirk True (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk True updated KAFKA-15081:
--
Labels: consumer-threading-refactor  (was: consumer-threading-refactor 
kip-945)

> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>  Labels: consumer-threading-refactor
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the ListOffsetsRequestManager. No changes at the consumer API 
> level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-07-31 Thread Kirk True (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk True updated KAFKA-15081:
--
Labels: consumer-threading-refactor kip-945  (was: kip-945)

> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>  Labels: consumer-threading-refactor, kip-945
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the ListOffsetsRequestManager. No changes at the consumer API 
> level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-06-29 Thread Kirk True (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk True updated KAFKA-15081:
--
Labels: kip-945  (was: )

> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>  Labels: kip-945
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the ListOffsetsRequestManager. No changes at the consumer API 
> level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-06-12 Thread Lianet Magrans (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lianet Magrans updated KAFKA-15081:
---
Description: Implement offsetForTimes for the kafka consumer based on the 
new threading model, using the ListOffsetsRequestManager. No changes at the 
consumer API level.  (was: Implement offsetForTimes for the kafka consumer 
based on the new threading model, using the ListOffsetsRequestManager)

> Implement new consumer offsetsForTimes
> --
>
> Key: KAFKA-15081
> URL: https://issues.apache.org/jira/browse/KAFKA-15081
> Project: Kafka
>  Issue Type: Task
>  Components: clients, consumer
>Reporter: Lianet Magrans
>Assignee: Lianet Magrans
>Priority: Major
>
> Implement offsetForTimes for the kafka consumer based on the new threading 
> model, using the ListOffsetsRequestManager. No changes at the consumer API 
> level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)