Skip to content

Commit

Permalink
Update management-domains Federated Catalog documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmg13 committed Sep 3, 2024
1 parent e9cba70 commit bb89577
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development/management-domains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ The following config values are used to configure the crawlers:
| `web.http.catalog.path` | `controlplane.endpoints.catalog.path` | /catalog | URL path of the catalog QueryApi's web context |
| `tx.edc.catalog.node.list.file` | `controlplane.catalog.crawler.targetsFile ` | | path to a JSON file that contains an array of `TargetNode` objects |

all of these config values are optional and come preconfigured with defaults.
all of these config values are optional and come preconfigured with defaults, except for `tx.edc.catalog.node.list.file`.

To enable this feature, at least two properties must be updated to not use default values. These are the `edc.catalog.cache.execution.enabled` which must be enabled and `tx.edc.catalog.node.list.file` pointing to a TargetNodeDirectory (ex: local file with TargetNodes). Simply, the `TargetNodeDirectory` consists on a list containing all `TargetNodes` which can be subject to crawling (querying).

### Configure the target nodes

Expand Down

0 comments on commit bb89577

Please sign in to comment.