Skip to content

StatefulProcessorNode

StatefulProcessorNode is a ProcessorGraphNode.

Creating Instance

StatefulProcessorNode takes the following to be created:

  • Name
  • ProcessorParameters
  • State Stores
  • KTableValueGetterSuppliers

StatefulProcessorNode is created when:

State Stores

StatefulProcessorNode can be given the names of the associated state stores directly or as StoreBuilders (together with the stores of the KTableValueGetterSuppliers) when created.

State Stores

StatefulProcessorNode can be given a StoreBuilder when created.

Back to top