File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ class LogStash::Inputs::Kafka < LogStash::Inputs::Base
135
135
def pipeline_id
136
136
respond_to? ( :execution_context ) ? execution_context . pipeline_id : "main"
137
137
end
138
-
139
138
# The size of the TCP receive buffer (SO_RCVBUF) to use when reading data.
140
139
config :receive_buffer_bytes , :validate => :string
141
140
# The amount of time to wait before attempting to reconnect to a given host.
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ def wakeup
30
30
end
31
31
32
32
describe LogStash ::Inputs ::Kafka do
33
- let ( :pipeline_id ) { SecureRandom . hex ( 8 ) }
34
- let ( :config ) { { 'topics' => [ 'logstash' ] , 'consumer_threads' => 4 , 'pipeline_id' => pipeline_id } }
33
+ let ( :config ) { { 'topics' => [ 'logstash' ] , 'consumer_threads' => 4 } }
35
34
subject { LogStash ::Inputs ::Kafka . new ( config ) }
36
35
37
36
it "should register" do
You can’t perform that action at this time.
0 commit comments