Hey , I am planing to setup <Kafka Metadata> but I...
# ingestion
p
Hey , I am planing to setup Kafka Metadata but I don’t have Schema Registry service. There are 1000+ topics we have mostly contents type are JSON and logs (Text) . What is the best way to setup Kafka Metadata ingestion.
m
@prehistoric-yak-75049 is your use-case then just discovering the topics via their name?
p
thanks let me try out
@mammoth-bear-12532, Kafka Ingestion works fine, I am now working on auto discover schema Using https://github.com/AbsaOSS/hyperdrive and register to schema registry server. if you know any other tools please let me know.