Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5.0
-
None
Description
I am trying to test a ContextualFixedKeyProcessor but it is not possible to call the init method from within a unit test since the MockProcessorContext doesn't implement
FixedKeyProcessorContext<KForward, VForward>
but only
ProcessorContext<KForward, VForward>
Shouldn't there also be a MockFixedKeyProcessorContext in the test utils?
Attachments
Issue Links
- incorporates
-
KAFKA-15242 FixedKeyProcessor testing is unusable
- Resolved
- links to
- mentioned in
-
Page Loading...