You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2018/06/01 14:13:00 UTC

[jira] [Resolved] (KAFKA-6936) Scala API Wrapper for Streams uses default serializer for table aggregate

     [ https://issues.apache.org/jira/browse/KAFKA-6936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang resolved KAFKA-6936.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> Scala API Wrapper for Streams uses default serializer for table aggregate
> -------------------------------------------------------------------------
>
>                 Key: KAFKA-6936
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6936
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 2.0.0
>            Reporter: Daniel Heinrich
>            Priority: Major
>             Fix For: 2.0.0
>
>
> On of the goals of the Scala API is to not fall back on the configured default serializer, but let the compiler provide them through implicits.
> The aggregate method on KGroupedStream misses to achieve this goal.
> Compared to the Java API is this behavior very supprising, because no other stream operation falls back to the default serializer and a developer assums, that the compiler checks for the correct serializer type.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)