Skip to content

Commit

Permalink
fix(mae-consumer-job): add PE processor to component scan (datahub-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmahato-visa authored Jun 20, 2024
1 parent f581f70 commit 55a88a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
@ComponentScan(
basePackages = {
"com.linkedin.gms.factory.common",
"com.linkedin.metadata.service",
"com.datahub.event",
"com.linkedin.gms.factory.kafka",
"com.linkedin.gms.factory.kafka.common",
"com.linkedin.gms.factory.kafka.schemaregistry",
Expand All @@ -29,7 +31,8 @@
"com.linkedin.gms.factory.incident",
"com.linkedin.gms.factory.timeline.eventgenerator",
"io.datahubproject.metadata.jobs.common.health.kafka",
"com.linkedin.gms.factory.context"
"com.linkedin.gms.factory.context",
"com.linkedin.gms.factory.timeseries",
},
excludeFilters = {
@ComponentScan.Filter(
Expand Down

0 comments on commit 55a88a7

Please sign in to comment.