You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2019/05/30 21:58:00 UTC

[jira] [Created] (KAFKA-8450) Augment processed in MockProcessor as KeyValueAndTimestamp

Guozhang Wang created KAFKA-8450:
------------------------------------

             Summary: Augment processed in MockProcessor as KeyValueAndTimestamp
                 Key: KAFKA-8450
                 URL: https://issues.apache.org/jira/browse/KAFKA-8450
             Project: Kafka
          Issue Type: Improvement
          Components: streams, unit tests
            Reporter: Guozhang Wang


Today the book-keeping list of `processed` records in MockProcessor is in the form of String, in which we just call the key / value type's toString function in order to book-keep, this loses the type information as well as not having timestamp associated with it.

It's better to translate its type to `KeyValueAndTimestamp` and refactor impacted unit tests.



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