Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/159#discussion_r108871638
--- Diff: guide/java/policies.md ---
@@ -235,6 +235,30 @@ An Enricher which computes latency in accessing a URL.
Can be used to combine the values of sensors. This enricher should be
instantiated using Enrichers.buider.combining(..).
This enricher is only available in Java blueprints and cannot be used in
YAML.
+#### Note On Enricher Producers
+
+`enricher.producer: brooklyn:entity("entity.id.here")` is a
`brooklyn.config` key/value pair that should be supplied to any
--- End diff --
I found this paragraph a bit hard to parse at first read! Maybe just
something like
> If an entity needs an enricher whose source sensor
(`enricher.sourceSensor`) belongs
> to another entity, then the enricher configuration must include an
`enricher.producer`
> key referring to the other entity.
>
> For example...
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---