2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 11:30:23 +00:00

Note future enhancement for flattening on collective manager change...

This commit is contained in:
Jarrod Johnson 2018-07-11 11:07:59 -04:00
parent 8e9bcbb44f
commit b386084f2d

View File

@ -675,6 +675,8 @@ class ProxyConsole(object):
'tenant': self.cfm.tenant,
'node': self.node,
'skipreplay': self.skipreplay,
#TODO(jjohnson2): declare myself as a proxy,
#facilitate redirect rather than relay on manager change
},
}
remote = socket.create_connection((self.managerinfo['address'], 13001))