[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-05-12 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16838094#comment-16838094 ] Matthias J. Sax commented on KAFKA-7934: I don't thinks it's necessary to find the exact

[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-05-11 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16837982#comment-16837982 ] Richard Yu commented on KAFKA-7934: --- Considering Guozhang's approach, we might need to binary search

[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-02-21 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774580#comment-16774580 ] Guozhang Wang commented on KAFKA-7934: -- We can consider using the `Consumer#offsetsForTimes` API,

[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-02-19 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772544#comment-16772544 ] Matthias J. Sax commented on KAFKA-7934: It's not impossible. However, Kafka does not allow us to

[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-02-19 Thread Sophie Blee-Goldman (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16772534#comment-16772534 ] Sophie Blee-Goldman commented on KAFKA-7934: Is there some reason we can't just work

[jira] [Commented] (KAFKA-7934) Optimize restore for windowed and session stores

2019-02-18 Thread John Roesler (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771164#comment-16771164 ] John Roesler commented on KAFKA-7934: - Thanks [~mjsax], this is a really good idea.   Just adding a