Add logic to have DiskReporter handle case where there is no data
I do have a NoDataError
that I implemented for the KafkaClassifierData
object. Using None is also an acceptable alternative.
Right now, I'm not sure if the behavior is to return None or whether it just assumes that there is actually a file at that particular location. It appears that it does return None but it would be good to be sure.