mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 20:27:50 +00:00
13 lines
421 B
Python
13 lines
421 B
Python
|
# Copyright 2013 IBM Corporation
|
||
|
# All rights reserved
|
||
|
|
||
|
# This is the main application.
|
||
|
# It should check for existing UDP socket to negotiate socket listen takeover
|
||
|
# It will have three paths into it:
|
||
|
# -Unix domain socket
|
||
|
# -TLS socket
|
||
|
# -WSGI
|
||
|
# Additionally, it will be able to receive particular UDP packets to facilitate
|
||
|
# Things like heartbeating and discovery
|
||
|
# It also will optionally snoop SLP DA requests
|