String queryableStoreName()
GlobalKTable — Global Changelog Stream
GlobalKTable
is the abstraction of changelog streams that are global and have a local state store registered under the optional queryableStoreName.
Method | Description |
---|---|
|
Name of the local state store that can be used in interactive queries. If |
Note
|
GlobalKTable is an Evolving contract which means that compatibility may be broken at a minor release.
|
Note
|
GlobalKTableImpl is the one and only known implementation of GlobalKTable Contract in Kafka Streams. |