[ 
https://issues.apache.org/jira/browse/KAFKA-7101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524222#comment-16524222
 ] 

ASF GitHub Bot commented on KAFKA-7101:
---------------------------------------

guozhangwang opened a new pull request #5298: KAFKA-7101: Consider session 
store for windowed store default configs
URL: https://github.com/apache/kafka/pull/5298
 
 
   1. extend `isWindowStore` to consider session store as well.
   2. extend the existing unit test accordingly.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Session Window store should set topic policy `compact,cleanup`
> --------------------------------------------------------------
>
>                 Key: KAFKA-7101
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7101
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 0.10.2.2, 2.0.0, 0.11.0.3, 1.0.2, 1.1.1
>            Reporter: Matthias J. Sax
>            Assignee: Guozhang Wang
>            Priority: Major
>
> With 
> [KIP-71|https://cwiki.apache.org/confluence/display/KAFKA/KIP-71%3A+Enable+log+compaction+and+deletion+to+co-exist]
>  (0.10.1.0) topic config `compact,delete` was introduce to apply to windowed 
> store changelog topics in Kafka Streams. Later (0.10.2.0), session windows 
> got added in 
> [KIP-94|https://cwiki.apache.org/confluence/display/KAFKA/KIP-94+Session+Windows].
>  However, session windows do not use `compact,delete` at the moment. This 
> result is the same issue window stores face before KIP-71. Thus, we should 
> enable `compact,delete` for session window changelog topics, too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to