Reputation: 138
Is it possible to serialize protobuff data to Avro and write to files using Apache Flink sink?
Upvotes: 1
Views: 140
Reputation: 3634
There is currently no out-of-the-box solution for protobuf yet. It's high on the priority list.
You can use protobuf-over-kryo or parse/serialize manually in the meantime.
Upvotes: 1