What's the best way to add two 'fields' to my kafka messages once they are stored? Can I just do a replay on all of them and add the field? How would I throw out the old kafka messages that don't have the field then? I am using Druid to process the data, but not sure of how to propagate data changes all the way down to kafka.
Thanks, Josh