Sorry, I realize I posted this to the wrong list, please ignore and I'll
post it to the flink-user one.
On Sun, Feb 14, 2021 at 11:41 AM Svend Vanderveken
wrote:
> Hi all,
>
> I'm failing to setup an example of wire serialization with Protobuf, could
> you help me figure out what I'm doing wrong
Hi all,
I'm failing to setup an example of wire serialization with Protobuf, could
you help me figure out what I'm doing wrong?
I'm using a simple protobuf schema:
```
syntax = "proto3";
import "google/protobuf/wrappers.proto";
option java_multiple_files = true;
message DemoUserEvent {
Meta