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
mammoth-bear-12532
07/22/2021, 7:43 PM
@prehistoric-yak-75049 is your use-case then just discovering the topics via their name?
p
prehistoric-yak-75049
07/23/2021, 5:07 PM
thanks let me try out
prehistoric-yak-75049
07/29/2021, 8:08 PM
@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.