2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-23 02:29:29 +00:00

Add TODO note on how to do the collective console sessions

We will hove consoleserver abstract this away from sockapi/httpapi
concerns.
This commit is contained in:
Jarrod Johnson
2018-05-31 16:22:11 -04:00
parent db1d5d6dff
commit d968fb6b04

View File

@@ -673,6 +673,9 @@ class ConsoleSession(object):
it is a hook for confluent to abstract the concept of a terminal
between console and shell.
"""
#TODO(jjohnosn2): collective mode, connect to collective manager
#if not self. This avoids sockapi and httpapi from having to
#understand the situation
self.conshdl = connect_node(self.node, self.configmanager,
self.username)
def send_break(self):