Hi guys, in which format datahub stores info in ka...
# all-things-deployment
f
Hi guys, in which format datahub stores info in kafka? Avro or json?
b
datahub uses both json and avro format , most of them being in avro . Below are the name of topics and their format to give you an idea • MetadataChangeProposal_v1 - avro • FailedMetadataChangeProposal_v1 - avro • MetadataChangeLog_Versioned_v1 - avro • MetadataChangeLog_Timeseries_v1 - avro • DataHubUsageEvent_v1 - json
f
Thank you :)
@bumpy-needle-3184 could you please tell me when datahub requires info from kafka schema registry ?
b
schema-registry contain schema to define schema/data structure for messages/record in topic for different data format like json/avro . it is used by application (kafka producer/consumer) to read/message from topics
👍 1
you can see in below diagram how the communication happen
f
Thanks a lot
b