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

Add Bytes setting type #6022

Closed
wants to merge 1 commit into from
Closed

Add Bytes setting type #6022

wants to merge 1 commit into from

Conversation

jordansissel
Copy link
Contributor

@jordansissel jordansissel commented Oct 11, 2016

This will be used with persistent queue and eventually can be used for other things.

@@ -0,0 +1,380 @@
# encoding: utf-8
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Leftover from some git surgery that went nearly-wrong.

@jordansissel
Copy link
Contributor Author

Rebased on master. Waiting for Travis ....

@suyograo
Copy link
Contributor

@jordansissel this is good to merge. Kafka test failures are unrelated to this PR.

@@ -1,5 +1,10 @@
# encoding: utf-8
require "logstash/util/loggable"
require "fileutils"
require "logstash/util/byte_value"
Copy link
Member

Choose a reason for hiding this comment

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

double the require, double the fun!

@jordansissel jordansissel force-pushed the feature/bytes_setting branch from 162c5a9 to 8c60bb1 Compare October 31, 2016 18:47
@jordansissel
Copy link
Contributor Author

Test failed due to kafka, not this PR.

@jordansissel
Copy link
Contributor Author

Will merge once @colinsurprenant is done suffering through some git merge work. <3

@jordansissel
Copy link
Contributor Author

Looks like this landed along with the PQ merge #6152 and #6163

@suyograo suyograo deleted the feature/bytes_setting branch July 24, 2017 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants