I would like to consume events from Kafka which are in Protobuf and write them to GCS with Apache Camel Kafka Connector. I use Protobuf converter so events have both value and schema attached.
Would it be possible for me to write those events to Google Cloud Storage in Avro format (GenericDatumWriter with schema)?
I would also like to batch events into bigger files.
I could not find examples of writing files in Avro, any guidance would be appreciated!
Cheers!