KIP-1070 — deprecate MockProcessorContext
Accepted Kafka 4.0 StreamsTesting
Deprecates MockProcessorContext (old test API), Transformer, TransformerSupplier, ValueTransformer, and ValueTransformerSupplier to complete the removal of the old Kafka Streams Processor API. These interfaces were already functionally replaced by their new Processor API equivalents (api.MockProcessorContext, FixedKeyProcessor, etc.) but could not be removed without first being deprecated.
Details
| Author | Matthias J. Sax |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-9738 |
| Wiki | View on Apache Wiki |
| Created | 2024-07-11 |
| Last Modified | 2024-07-31 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.