mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 12:06:00 +00:00
fix(mae-consumer-job): add PE processor to component scan (#10751)
This commit is contained in:
parent
f581f70c93
commit
55a88a756d
@ -15,6 +15,8 @@ import org.springframework.context.annotation.FilterType;
|
||||
@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",
|
||||
@ -29,7 +31,8 @@ import org.springframework.context.annotation.FilterType;
|
||||
"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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user