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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user