You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/12 20:06:00 UTC

[jira] [Commented] (KAFKA-4831) Extract WindowedSerde to public APIs

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

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

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 <vi...@gmail.com>
Date:   2017-06-04T22:34:40Z

    Extract Windowed Serde into the public package API

commit 131b273675a773faa1f79eadd1715a1239e7aa6f
Author: Vitaly Pushkar <vi...@gmail.com>
Date:   2017-06-12T19:54:08Z

    Extract Windowed Serde tests into public package

----


> Extract WindowedSerde to public APIs
> ------------------------------------
>
>                 Key: KAFKA-4831
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4831
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Guozhang Wang
>            Assignee: Vitaly Pushkar
>              Labels: newbie, user-experience
>
> Now that we have augmented WindowSerde with non-arg parameters, the next step is to extract it out as part of the public APIs so that users who wants to I/O windowed streams can use it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)