mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
add TODOs
This commit is contained in:
parent
b00cbd8805
commit
aeab444611
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ require "logstash/agent"
|
|||
require "logstash/stomp/handler"
|
||||
require "logstash/logging"
|
||||
|
||||
# TODO(sissel): Add tests coverage for authenticated stomp sessions
|
||||
# TODO(sissel): What about queue vs fanout vs topic?
|
||||
|
||||
class TestInputStomp < LogStash::TestCase
|
||||
def em_setup
|
||||
@flags ||= ["-d"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue