You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jorge Esteban Quilcate Otoya (Jira)" <ji...@apache.org> on 2022/11/19 13:28:00 UTC

[jira] [Created] (KAFKA-14409) Clean ProcessorParameters from casting

Jorge Esteban Quilcate Otoya created KAFKA-14409:
----------------------------------------------------

             Summary: Clean ProcessorParameters from casting
                 Key: KAFKA-14409
                 URL: https://issues.apache.org/jira/browse/KAFKA-14409
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jorge Esteban Quilcate Otoya


ProcessorParameters currently includes a set of methods to cast to specific supplier types:
 * kTableSourceSupplier
 * kTableProcessorSupplier
 * kTableKTableJoinMergerProcessorSupplier

As most of these are used on specific classes, and the usage assumptions may vary (some expect nulls and other don't), this ticket proposes to remove these methods and move the casting into the class using it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)