[ https://issues.apache.org/jira/browse/KAFKA-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188353#comment-16188353 ]
ASF GitHub Bot commented on KAFKA-6001: --------------------------------------- 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 <damian....@gmail.com> Date: 2017-10-02T15:58:03Z remove <Bytes, byte[]> from Materialized usages ---- > Remove <Bytes, byte[]> from usages of Materialized in Streams > ------------------------------------------------------------- > > Key: KAFKA-6001 > URL: https://issues.apache.org/jira/browse/KAFKA-6001 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 1.0.0 > Reporter: Damian Guy > Assignee: Damian Guy > Fix For: 1.0.0 > > > We can remove `<Bytes, byte[]>` from usages of `Materialized` in the DSL. > This will make the api a little nicer to work with. `<Bytes, byte[]>` is > already enforced. -- This message was sent by Atlassian JIRA (v6.4.14#64029)