Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enricher {
port = 50061
port = ${?ENTITY_SERVICE_PORT_CONFIG}
}
dependencies = ["DefaultServiceEntityEnricher"]
dependencies = ["DefaultServiceEntityEnricher", "EndpointEnricher"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why do we have all this dependency information as part of config. Do we need to frequently change this order based on environment etc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we change this based on the environment but we want to be able to enable/disable a given enricher.

}

ApiStatusEnricher {
Expand Down