Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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().

...