MINOR: updated deprecated streams constants#191
Conversation
Signed-off-by: Victoria Bialas <vicky@confluent.io>
|
Thanks for the PR @londoncalling! Both configs are deprecated since 0.11.0.0 release (compare https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=68714788) -- can we update 0.11 and 1.0, too in this PR? The mentioned KIP also deprecates |
|
@mjsax , on the most recent commit, I replaced
It looks like it's already covered in the generated Javadoc. Let me know if this fixes it, and feel free to merge if all looks good! |
…onfig Signed-off-by: Victoria Bialas <vicky@confluent.io>
|
Thanks a lot for the PR @londoncalling! |
Description
Docs update: Streams Developer Guide
KEY_SERDE_CLASS_CONFIGandVALUE_KEY_SERDE_CLASS_CONFIGwere deprecated in https://kafka.apache.org/11/javadoc/deprecated-list.html and replaced byDEFAULT_KEY_SERDE_CLASS_CONFIGandDEFAULT_VALUE_KEY_SERDE_CLASS_CONFIGReplaced deprecated constants in example code with up-to-date ones in
11and all subsequent versionsRelated
PR on
apache/kafka: apache/kafka#6466cc, please review/merge:
Signed-off-by: Victoria Bialas vicky@confluent.io