Investigating DataHub's Kafka Schema Registry schema creation for internal topics

Original Slack Thread

where is the code that DataHub uses to create the Kafka Schema Registry schemas for the topics it uses internally? (e.g. MetadataAuditEvent_v4, DataHubUpgradeHistory_v1)

<@U01GZEETMEZ> might be able to speak to this!

They are set up in the kafka-setup dockerfile and corresponding script https://github.com/datahub-project/datahub/blob/master/docker/kafka-setup/kafka-setup.sh#L3

cool thanks