[
https://issues.apache.org/jira/browse/KAFKA-5817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161895#comment-16161895
]
ASF GitHub Bot commented on KAFKA-5817:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/3825
> Add Serialized class and KStream groupBy and groupByKey overloads
> -----------------------------------------------------------------
>
> Key: KAFKA-5817
> URL: https://issues.apache.org/jira/browse/KAFKA-5817
> Project: Kafka
> Issue Type: Sub-task
> Components: streams
> Reporter: Damian Guy
> Assignee: Damian Guy
> Fix For: 1.0.0
>
>
> Add the following classes and methods to {{KStream}}
> {{KGroupedStream<K, V> groupByKey(final Serialized<K, V> serialized)}}
>
> {{<KR> KGroupedStream<KR, V> groupBy(final KeyValueMapper<? super K, ? super
> V, KR> selector, Serialized<KR, V> serialized)}}
> {code}
> public class Serialized<K, V> {
>
> public static <K, V> Serialized<K, V> with(final Serde<K> keySerde, final
> Serde<V> valueSerde)
>
> public Serialized<K, V> withKeySerde(final Serde<K> keySerde)
>
> public Serialized<K, V> withValueSerde(final Serde valueSerde)
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)