Francesco Guardiani created KAFKA-6712: ------------------------------------------
Summary: Throw a specific exception with wrong topic name for interactive queries Key: KAFKA-6712 URL: https://issues.apache.org/jira/browse/KAFKA-6712 Project: Kafka Issue Type: Improvement Components: clients Reporter: Francesco Guardiani When you use the interactive queries state stores with a wrong topic name and you call the store() method, the client should throw an exception that explains that you have specified a wrong topic name. Now it throws an IllegalStateStoreException "the state store may have migrated to another instance." that is too generic and it's used also when the stream thread is not ready. -- This message was sent by Atlassian JIRA (v7.6.3#76005)