You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dguy <gi...@git.apache.org> on 2017/10/02 15:59:30 UTC

[GitHub] kafka pull request #4001: KAFKA-6001: remove from Materializ...

GitHub user dguy opened a pull request:

    https://github.com/apache/kafka/pull/4001

    KAFKA-6001: remove <Bytes, byte[]> from Materialized usages

    Make the API simpler by removing `<Bytes, byte[]>` from usages of `Materialized`. This is already enforced when by `Materialized.as(KeyValueBytesStore)` etc.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dguy/kafka remove-types-from-materialized

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4001.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 #4001
    
----
commit ccb10351f890e36f2fbf92b1bb75ae15143028c0
Author: Damian Guy <da...@gmail.com>
Date:   2017-10-02T15:58:03Z

    remove <Bytes, byte[]> from Materialized usages

----


---

[GitHub] kafka pull request #4001: KAFKA-6001: remove from Materializ...

Posted by dguy <gi...@git.apache.org>.
Github user dguy closed the pull request at:

    https://github.com/apache/kafka/pull/4001


---