fix(mae-consumer-job): add PE processor to component scan (#10751)

This commit is contained in:
pankajmahato-visa 2024-06-20 19:15:46 +05:30 committed by GitHub
parent f581f70c93
commit 55a88a756d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ import org.springframework.context.annotation.FilterType;
@ComponentScan( @ComponentScan(
basePackages = { basePackages = {
"com.linkedin.gms.factory.common", "com.linkedin.gms.factory.common",
"com.linkedin.metadata.service",
"com.datahub.event",
"com.linkedin.gms.factory.kafka", "com.linkedin.gms.factory.kafka",
"com.linkedin.gms.factory.kafka.common", "com.linkedin.gms.factory.kafka.common",
"com.linkedin.gms.factory.kafka.schemaregistry", "com.linkedin.gms.factory.kafka.schemaregistry",
@ -29,7 +31,8 @@ import org.springframework.context.annotation.FilterType;
"com.linkedin.gms.factory.incident", "com.linkedin.gms.factory.incident",
"com.linkedin.gms.factory.timeline.eventgenerator", "com.linkedin.gms.factory.timeline.eventgenerator",
"io.datahubproject.metadata.jobs.common.health.kafka", "io.datahubproject.metadata.jobs.common.health.kafka",
"com.linkedin.gms.factory.context" "com.linkedin.gms.factory.context",
"com.linkedin.gms.factory.timeseries",
}, },
excludeFilters = { excludeFilters = {
@ComponentScan.Filter( @ComponentScan.Filter(