Low-Level Processor API
Kafka Streams offers Processor API with the following low-level data processing abstractions:
-
Processor for stream processing nodes
-
ProcessorContext to access the topology and record metadata
-
ProcessorSupplier for creating
Processor
instances