Hi Everyone, We are having few schemas in Our Sche...
# getting-started
q
Hi Everyone, We are having few schemas in Our Schema Registry. Is there is any way we can ingest those schemas in Datahub without creating Kafka Topics ? We will be creating & ingesting data in Kafka Topics later on. But planning to create a dataset with Schema Definition in first place.
d
I don’t think it is possible now, as the logic is to get topics from Kafka and look up the schemas for these topics from Schema Registry.
m
@quaint-potato-16935: you can take a look at our integration with protobuf schema repos (https://datahubproject.io/docs/metadata-integration/java/datahub-protobuf/) which accomplishes something similar.. you can create a dataset with a schema without needing it to be a kafka topic.