-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add Bytes setting type #6022
Conversation
@@ -0,0 +1,380 @@ | |||
# encoding: utf-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this file?
There was a problem hiding this comment.
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.
36e914c
to
dc0ab1d
Compare
dec4fba
to
162c5a9
Compare
Rebased on master. Waiting for Travis .... |
@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" |
There was a problem hiding this comment.
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!
162c5a9
to
8c60bb1
Compare
Test failed due to kafka, not this PR. |
Will merge once @colinsurprenant is done suffering through some git merge work. <3 |
This will be used with persistent queue and eventually can be used for other things.