Closed pelalartategui closed 5 years ago
Hi! This error is caused by an incompatibility between your protoc version (probably 3.7?) and the rather old jruby implementation that is shipped with this codec. The problem is that the jruby version is not well maintained and we cannot easily update it ourselves. We're looking into this though. In the meantime you can workaround this by using the 3.5.0 version of protoc.
Thank you!
Any traction on this @IngaFeick (ie a better fix than just "use an old version")
@jthack we depend on the last released version of the jruby protobuf gem, which is not part of our project. There is nothing we can do about this. You might want to voice your interest here: https://github.com/protocolbuffers/protobuf/issues/1594
Just hit this error as well. Unfortunately, using protoc 3.5.0 isn't an option in our case as our Protobuf definitions make use of proto3's new optional
keyword, and support for that was only added in protoc 3.15.0.
@IngaFeick It looks like protocolbuffers/protobuf#1594 was recently closed. Does that mean a fix for this is now feasible?
I tried to use google-protobuf 3.5.0 pre version also, but still same error, working on fix it...
I use protobuf 3, compiled with official google compiler as codec in Kakfa input. Logstash version: 6.7.1 plugin version: 1.1.0
ERROR:
Kakfa input:
Thank you a lot.