Cerchie opened a new pull request, #16391:
URL: https://github.com/apache/kafka/pull/16391

   This is the first step towards 
[KIP-1020](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=290982804)
   
   Pieces of config to deprecate: 
   - window.size.ms
   - windowed.inner.class.serde
   
   In the code, `WINDOWED_INNER_CLASS_SERDE` was directly below 
`DEFAULT_WINDOWED_VALUE_SERDE_INNER_CLASS` with no decorators or javadocs. I 
added a @Deprecated decorator. 
   
   I added a @Deprecated decorator to `WINDOW_SIZE_MS_CONFIG` and a short note 
regarding deprecation to the javadoc. Normally I'd note the release it was 
dep'd in as well as alternate config but those are not established yet. 
   
   In the documentation, I added a short note on deprecation to 
`window.size.ms` but again, had no further info to add.
   
   Something titled `windowed.inner.class.serde` was not present in 
config-streams.html 
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to