GitHub user vitaly-pushkar opened a pull request: https://github.com/apache/kafka/pull/3307
KAFKA-4831: Extract WindowedSerde to public APIs Now that we have augmented WindowSerde with non-arg parameters, extract it out as part of the public APIs so that users who want to I/O windowed streams can use it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vitaly-pushkar/kafka public-windowed-serde Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3307.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3307 ---- commit 1ca0b72b7e119979b4bfe9d05b00295ac9f30ab3 Author: Vitaly Pushkar <vitaly.push...@gmail.com> Date: 2017-06-04T22:34:40Z Extract Windowed Serde into the public package API commit 131b273675a773faa1f79eadd1715a1239e7aa6f Author: Vitaly Pushkar <vitaly.push...@gmail.com> Date: 2017-06-12T19:54:08Z Extract Windowed Serde tests into public package ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---