You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/09/12 17:14:00 UTC

[jira] [Created] (KAFKA-5876) IQ should throw different exceptions for different errors

Matthias J. Sax created KAFKA-5876:
--------------------------------------

             Summary: IQ should throw different exceptions for different errors
                 Key: KAFKA-5876
                 URL: https://issues.apache.org/jira/browse/KAFKA-5876
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Matthias J. Sax


Currently, IQ does only throws {{InvalidStateStoreException}} for all errors that occur. However, we have different types of errors and should throw different exceptions for those types.

For example, if a store was migrated it must be rediscovered while if a store cannot be queried yet, because it is still re-created after a rebalance, the user just needs to wait until store recreation is finished.

There might be other examples, too.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)