Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Compiling FlowMessagePb proto #93

Open
mugugnu opened this issue Feb 15, 2021 · 0 comments
Open

Compiling FlowMessagePb proto #93

mugugnu opened this issue Feb 15, 2021 · 0 comments

Comments

@mugugnu
Copy link

mugugnu commented Feb 15, 2021

Hello,
i need to compile the flow.proto into a jar to pass it to a protobuf converter that will read it.
I've managed to do it by using protoc, my question is: since the protobuf converter expects to be provided with the compiled class name, should i provide com.cloudflare.net.flowagg.FlowMessagePb (but i get the error : not a valid proto3 class) or com.cloudflare.net.flowagg.FlowMessagePb$FlowMessage (which seems to proceed further but i'm getting the "Protocol message end-group tag did not match expected tag" error) ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant