Christian Schneider created SLING-8533:
------------------------------------------
Summary: Send events for errors happening during messaging
Key: SLING-8533
URL: https://issues.apache.org/jira/browse/SLING-8533
Project: Sling
Issue Type: Improvement
Components: Content Distribution
Affects Versions: Content Distribution Journal Messages 0.1.0, Content
Distribution Journal Kafka 0.1.2
Reporter: Christian Schneider
Fix For: Content Distribution Journal Kafka 0.1.4, Content
Distribution Journal Messages 0.1.2
The current JournalAvailableChecker creates too much load on the messaging
system as it constantly checks availability.
The plan is to only check when errors happen during normal processing. To make
this work we need to publish the errors so JournalAvailableChecker can see them.
The idea is to send such errors to EventAdmin to avoid tight coupling.
So this issue is about defining the events in the api and creating them in the
kafka journal impl.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)