proto3 file that contains optional fields, but code generator protoc-gen-reactor hasn't been updated to support optional fields in proto3.
Hi all, so I'm getting this error message which is quite confusing as I consider "optional" a basic functionality. Maybe it is not necessary since a Mono type can also be empty? anyway would be nice if the plugin would handle this transparently.
is a proto3 file that contains optional fields, but code generator protoc-gen-reactor hasn't been updated to support optional fields in proto3.
cheers Fernando
What version of the generator are you using?
ahhh 1.0.0 as reported in the gradle demo here. With 1.2.4 it works, sorry for the noise.
btw why it uses its own source set?
I think it could use the grpc one, as the generated stub still has a different name. This way we don't have to modify the source set as shown in the example.