All, Can one send byte arrays as messages to Kafka without having to encode them, such as using Base64? We're trying to be as space efficient as possible, however any gains made by using binary data formats, such as BSON, are lost when we Base64 encode the data. I tried once before, but got an error with a conversion to a string, so I wanted to check and see if anyone else has done this.
Thanks. Casey