The main goal is the aggregate two Kafka topics, one compacted slow moving data and the other fast moving data which is received every second.
I have been able to c
Change KafkaIO.read() to KafkaIO.read().
KafkaIO.read()
If you look into the implementation of KafkaAvroDeserializer, it implements Deserializer:
public class KafkaAvroDeserializer extends AbstractKafkaAvroDeserializer implements Deserializer