Hello,I want to ask something about kafka metadata ingestion.The log is {datahub.ingestion.source.kafka:426} - Config details for topic ODS.dbo.bswgoods fetched successfully,but this kafka topic's schema view no
data.My kafka.yml is source:
type: kafka
config:
connection:
consumer_config:
security.protocol: PLAINTEXT
bootstrap: 'xx.xx.xx.xx
9092,xx.xx.xx.xx9092,xx.xx.xx.xx:9092'
sink:
type: "datahub-rest"
config:
server: "
http://xx.xx.xx.xx:8080"
token: "mytokenxxxxx". thanks