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

Re-design KStream.process() and K*.transform*() operations

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      After the implementation of KIP-478, we have the ability to reconsider all these APIs, and maybe just replace them with

      // KStream
      KStream<KOut, VOut> process(ProcessorSupplier<KIn, VIn, KOut, VOut>) 
      
      // KTable
      KTable<KOut, VOut> process(ProcessorSupplier<KIn, VIn, KOut, VOut>)

       

      but it needs more thought and a KIP for sure.

       

      This ticket probably supercedes https://issues.apache.org/jira/browse/KAFKA-8396

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vvcephei John Roesler
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: