-
Notifications
You must be signed in to change notification settings - Fork 568
Doesn't work on JRuby #712
Copy link
Copy link
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.grpcstatus: acknowledgedstatus: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.grpcstatus: acknowledgedstatus: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi
Trying to upgrade my Logstash input https://github.com/Wondermall/logstash-input-google-cloud-pubsub
But
gcloud-ruby's dependency ongoogle-protobufis causing it to trigger a native extensions build which is not supported by JRuby, makinggcloud-rubyunusable for JRuby based environments which is a shame because it could be tremendously useful for Logstash.I've tried
JRUBY_OPTS="--2.0 -Xcext.enabled=true"but no dice, even thoughgoogle-protobufdoes check theRUBY_PLATFORMand it looks to me it shouldn't be running the native extensions build but I'm no expert in gem building.