[
https://issues.apache.org/jira/browse/KAFKA-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251533#comment-15251533
]
Damian Guy commented on KAFKA-3589:
-----------------------------------
LGTM
> KTable.count(final KeyValueMapper<K, V, K1> selector, String name) throw NPE
> ----------------------------------------------------------------------------
>
> Key: KAFKA-3589
> URL: https://issues.apache.org/jira/browse/KAFKA-3589
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 0.10.0.0
> Reporter: Damian Guy
> Assignee: Guozhang Wang
> Labels: architecture
> Fix For: 0.10.0.0
>
>
> The implementation of KTable.count(inal KeyValueMapper<K, V, K1> selector,
> String name) passes null through as the parameters for the key and value
> serdes. This results in an NPE in the aggregate method when it does:
> ChangedSerializer<V1> changedValueSerializer = new
> ChangedSerializer<>(valueSerde.serializer());
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)