Module: Karafka::Web::Errors::Processing
- Defined in:
- lib/karafka/web/errors.rb
Overview
Processing related errors namespace
Constant Summary collapse
- MissingConsumersStateError =
Raised when we try to process reports but we do not have the current state bootstrapped If you see this error, it probably means, that you did not bootstrap Web-UI correctly
Class.new(BaseError)
- MissingConsumersStatesTopicError =
Raised when we try to materialize the state but the consumers states topic does not exist and we do not have a way to get the initial state. It differs from the above because above indicates that the topic exists but that there is no initial state, while this indicates, that there is no consumers states topic.
Class.new(BaseError)
- MissingConsumersMetricsError =
Similar to the above. It should be created during install / migration
Class.new(BaseError)
- MissingConsumersMetricsTopicError =
Similar to the one related to consumers states
Class.new(BaseError)