Table of Contents |
---|
Status
Current state: Under DiscussionAdopted
Discussion thread: here
JIRA: here
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
KTable has the nicely useful #queryableStoreName(), similar method seems to be is missing from GlobalKTable.
...
GlobalKTable#queryableStoreName() would be added as public method. It returns the name of the state store.
Proposed Changes
If users do not provide a store name when specifying Materialized or they do not provide a Materialized object at all in globalTable function, null would be returned from queryableStoreName().
...