Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LaaS
logstash-forwarder
Commits
8d9fb2db
Commit
8d9fb2db
authored
Jul 02, 2013
by
Jordan Sissel
Browse files
- use publishv1 (the original lumberjack protocol)
parent
74c4578b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lumberjack.go
View file @
8d9fb2db
...
...
@@ -62,10 +62,8 @@ func main() {
// Harvesters dump events into the spooler.
go
Spool
(
event_chan
,
publisher_chan
,
*
spool_size
,
*
idle_timeout
)
//go Publish(publisher_chan, registrar_chan, server_list,
//public_key, secret_key, *server_timeout)
go
Publishv1
(
publisher_chan
,
registrar_chan
,
&
config
.
Network
)
// TODO(sissel): registrar db path
// TODO(sissel): registrar records last acknowledged positions in all files.
// registrar records last acknowledged positions in all files.
Registrar
(
registrar_chan
)
}
/* main */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment