Hey, how can I create a kakfa aws s3 connector to write the data to s3 location in parquet format. The main problem is I have the data in kafka topic in protobuf format and I’m not using the confluent schema registry, rather I have my own schema registry built. So how can I use that to create a connector to write the data from protobuf in kafka topic to parquet in s3.
Thanks.