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 ---- ---