I\'m trying to produce an avro byte stream onto my downstream topic like this:
producer.produce(mapper.writeValueAsString(obj).getBytes());