mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 12:17:47 +00:00
1bb457168a
First order of business will be a console server. Will see where things go from there.
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
|