John Roesler created KAFKA-13820: ------------------------------------ Summary: Add debug-level logs to explain why a store is filtered out during interactive query Key: KAFKA-13820 URL: https://issues.apache.org/jira/browse/KAFKA-13820 Project: Kafka Issue Type: Improvement Reporter: John Roesler
Currently Kafka Streams throws an InvalidStateStoreException when the desired store is not present on the local instance. It also throws the same exception with the same message when the store is present, but it not active (and stale queries are disabled). This is an important distinction when debugging store unavailability, and a debug-level log is an un-intrusive mechanism to expose the information. -- This message was sent by Atlassian Jira (v8.20.1#820001)