Dirk Rudolph created SLING-9495:
-----------------------------------
Summary: Distributed Event is sending package type as distribution
type
Key: SLING-9495
URL: https://issues.apache.org/jira/browse/SLING-9495
Project: Sling
Issue Type: Bug
Components: Content Distribution
Affects Versions: Content Distribution Journal Core 0.1.10
Reporter: Dirk Rudolph
When using journal based content distribution the distributed event contains
the package type instead of the distribution request type as distribution type.
See the following series of events on the DistributionPublisher (author)
|distribution.type|ADD|
|distribution.component.kind|agent|
|event.topics|*org/apache/sling/distribution/agent/package/created*|
|distribution.package.id|dstrpck-1591111806534-03e0b77c-62fb-4781-8ec0-462a8a2e7e40|
|distribution.paths|/content/wknd/ch/de|
|distribution.component.name|journal|
|distribution.type|ADD|
|distribution.component.kind|agent|
|event.topics|*org/apache/sling/distribution/agent/package/queued*|
|distribution.package.id|dstrpck-1591111806534-03e0b77c-62fb-4781-8ec0-462a8a2e7e40
|distribution.paths|/content/wknd/ch/de|
|distribution.component.name|journal|
|distribution.type|{color:red}default{color}|
|distribution.component.kind|agent|
|event.topics|*org/apache/sling/distribution/agent/package/distributed*|
|distribution.package.id|dstrpck-1591111806534-03e0b77c-62fb-4781-8ec0-462a8a2e7e40|
|distribution.paths|/content/wknd/ch/de|
|distribution.component.name|journal|
--
This message was sent by Atlassian Jira
(v8.3.4#803005)