You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Piotr Fras (Jira)" <ji...@apache.org> on 2021/01/15 15:19:00 UTC

[jira] [Created] (KAFKA-12213) Kafka Streams aggregation Initializer to accept record key

Piotr Fras created KAFKA-12213:
----------------------------------

             Summary: Kafka Streams aggregation Initializer to accept record key
                 Key: KAFKA-12213
                 URL: https://issues.apache.org/jira/browse/KAFKA-12213
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: Piotr Fras
            Assignee: Piotr Fras


Sometimes Kafka record key contains useful information for creating a zero object in aggregation Initializer. This feature is to add kafka record key to Initializer.

There were two approaches I considered to implement this feature, one respecting backwards compatibility for internal and external APIs and the other one which is not. I chose the latter one as it was more strait forward. We may want to validate this approach tho.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)