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

KTable Reduce Allow Null value to be pass in Subtractor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streams

    Description

      KTable Reduce Allow Null value to be pass in Subtractor.

      .reduce((aggValue, newValue) -> addCounts(aggValue, newValue),
      (aggValue, oldValue) -> subtractCounts(aggValue, oldValue))

      aggValue passed by  org.apache.kafka.streams.kstream.internals.KTableReduce.java is null.

       

      Please find attached Exception Trace.

      Attachments

        1. KTableReduceExceptionTrace.txt
          2 kB
          HARSHIT AGARWAL

        Activity

          People

            Unassigned Unassigned
            agrrwal HARSHIT AGARWAL
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: