Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove logstash/pipeline #89

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

kaisecheng
Copy link
Contributor

Fixed: elastic/logstash#11236

This PR remove ruby pipeline dependency

Copy link
Contributor

@andsel andsel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kaisecheng kaisecheng merged commit 5d140a5 into elastic:master Dec 10, 2020
@@ -1,4 +1,3 @@
require "logstash/pipeline"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the late review but we also have require "logstash/pipeline" around in a few specs:

Copy link
Contributor

@kares kares Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was there a conscious decision not to keep require "logstash/pipeline" around (as a delegate to require "logstash/java_pipeline") ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reviewing the PR. I checked the support matrix and missed integration-rabbitmq, mixin-rabbitmq. Most likely I only checked the input- and output-.
We didn't discuss in detail the ways of removing the dependency. My idea was to remove unrelated legacy completely, but I agree given that there are 70+ plugins to maintain, pointing LogStash::Pipeline to JavaPipeline is a better way to keep every plugin include the unsupported one work

@kares kares mentioned this pull request Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove ruby execution
3 participants