[ 
https://issues.apache.org/jira/browse/KAFKA-8450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886150#comment-16886150
 ] 

ASF GitHub Bot commented on KAFKA-8450:
---------------------------------------

bbejeck commented on pull request #6933: KAFKA-8450: Using KeyValueTimeStamp in 
MockProcessor
URL: https://github.com/apache/kafka/pull/6933
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>            Assignee: SuryaTeja Duggi
>            Priority: Major
>              Labels: newbie
>
> 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.14#76016)

Reply via email to