Adding user@flink (was accidentally omitted previously)
On Fri, Jan 29, 2021 at 5:18 PM Igal Shilman wrote:
> Hi Jan,
>
> Glad to hear that 3.71 and 3.3.0 works for you. You can still include
> protobuf in your project, but the version needs to be compatible with
> what you will find at runtime.
Hi,
This hints an incompatible Protobuf generated class by the protoc compiler,
and the runtime dependency used by the code.
Could you try to make sure the `protoc` compiler version matches the
Protobuf version in your code?
Cheers,
Gordon
On Fri, Jan 29, 2021 at 6:07 AM Jan Brusch
wrote:
> H