sky-uk/kafka-message-scheduler

Assume confluent wire format when deserializing a `Schedule`

Thomas-Heslin opened this issue · 2 comments

Currently Schedule messages are stored as Avro binary format.

It would be ideal for testing if the Confluent wire format was used instead, otherwise messages can only (realistically) be sent to the KMS programmatically.

This will also allow for integration with the Schema Registry.

Good idea. Shall we make it optional?

@paoloambrosio-skyuk I was wondering this...would be tricky I guess.