Background
Kafka messages for “report created” are now sent using Avro instead of raw JSON. The current consumer (on another branch) still expects JSON and can’t read these messages.
Goal
Make the consumer able to read and handle Avro-serialized messages.
What needs to be done
Done when
Parent issue
Background
Kafka messages for “report created” are now sent using Avro instead of raw JSON. The current consumer (on another branch) still expects JSON and can’t read these messages.
Goal
Make the consumer able to read and handle Avro-serialized messages.
What needs to be done
Done when
Parent issue