Expand description
The typed Processor API: Processor, ProcessorSupplier, and the
ProcessorContext users call forward on.
Structs§
- Processor
Context - Handed to
Processor::process.forwardboxes the record and queues it for each child node (the driver drains the queue).
Traits§
- Processor
- A stateless record processor. One instance is created per task via
ProcessorSupplier::get. Mirrorsorg.apache.kafka.streams.processor.api.Processor. - Processor
Supplier - Factory for
Processorinstances (one per task → per-task isolation).