Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-15143

MockFixedKeyProcessorContext is missing from test-utils

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.5.0
    • None
    • streams-test-utils

    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

          Activity

            People

              s7pandey Shashwat Pandey
              tkaszuba Tomasz Kaszuba
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: