String newProcessorName(String prefix)
InternalNameProvider Contract
InternalNameProvider
is the abstraction of internal name providers that give a new name for a processor or a store.
Method | Description |
---|---|
|
Returns a name of a processor with the given prefix Used when:
|
|
Returns a name of a state store with the given prefix Used when:
|
Note
|
InternalStreamsBuilder is the one and only known implementation of InternalNameProvider Contract in Kafka Streams. |