mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 03:48:35 +00:00
Rework commented out code a tad
This commit is contained in:
parent
44c8098906
commit
c9762cb536
@ -24,8 +24,10 @@ import os
|
||||
|
||||
def run():
|
||||
pluginapi.load_plugins()
|
||||
#TODO: eventlet has a bug about unix domain sockets, this code works with bugs fixed
|
||||
#dbgsock = eventlet.listen("/var/run/confluent/dbg.sock", family=socket.AF_UNIX)
|
||||
#TODO(jbjohnso): eventlet has a bug about unix domain sockets, this code
|
||||
#works with bugs fixed
|
||||
#dbgsock = eventlet.listen("/var/run/confluent/dbg.sock",
|
||||
# family=socket.AF_UNIX)
|
||||
#eventlet.spawn_n(backdoor.backdoor_server, dbgsock)
|
||||
webservice = httpapi.HttpApi()
|
||||
webservice.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user