Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

kafka-streams-StreamsMetadataState.adoc

File metadata and controls

38 lines (25 loc) · 1.21 KB

StreamsMetadataState

StreamsMetadataState is…​FIXME

StreamsMetadataState is created along with KafkaStreams.

Table 1. StreamsMetadataState’s Internal Properties (e.g. Registries, Counters and Flags)
Name Description

globalStores

Names of the global StateStores

Used when…​FIXME

Creating StreamsMetadataState Instance

StreamsMetadataState takes the following when created:

StreamsMetadataState initializes the internal registries and counters.

getAllMetadataForStore Method

Collection<StreamsMetadata> getAllMetadataForStore(final String storeName)

getAllMetadataForStore…​FIXME

Note
getAllMetadataForStore is used exclusively when KafkaStreams is requested to allMetadataForStore.