[
https://issues.apache.org/jira/browse/KAFKA-15242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848020#comment-17848020
]
Matthias J. Sax commented on KAFKA-15242:
-----------------------------------------
I don't think that `TestRecord` has anything to do with it, because
`TestRecord` is not used in combination with `MockProcessorContext`, but only
in combination with the `TopologyTestDriver` (and corresponding
`TestInputTopic` and `TestOutputTopic`).
I agree though, that we need some more helper class, because `FixedKeyRecord`
objects cannot be instantiated directly (no public constructor). Thanks for the
call out – the KIP needs to be extended accordingly – we would have missed
this...
This ticket did not have this dependency in its description either though. I
think we can still close it as duplicate, and add anything missing to the other
ticket?
> FixedKeyProcessor testing is unusable
> -------------------------------------
>
> Key: KAFKA-15242
> URL: https://issues.apache.org/jira/browse/KAFKA-15242
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: Zlstibor Veljkovic
> Assignee: Alexander Aghili
> Priority: Major
>
> Using mock processor context to get the forwarded message doesn't work.
> Also there is not a well documented way for testing FixedKeyProcessors.
> Please see the repo at [https://github.com/zveljkovic/kafka-repro]
> but most important piece is test file with runtime and compile time errors:
> [https://github.com/zveljkovic/kafka-repro/blob/master/src/test/java/com/example/demo/MyFixedKeyProcessorTest.java]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)