You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/11/30 11:57:47 UTC

[GitHub] [kafka] jeqo opened a new pull request #11553: KAFKA-8396: Clean up Transformer API

jeqo opened a new pull request #11553:
URL: https://github.com/apache/kafka/pull/11553


   (Requires KIP)
   
   Introduces a internal `ValueProcessor` and `ValueProcessorContext` to validate keys do not change between processing and forwarding values to child processors.
   
   This validation only applies when processing, and not when adding punctuators to the topology.
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org