Created
August 7, 2015 20:27
-
-
Save HelloGrayson/84b6e947c7937084f12b to your computer and use it in GitHub Desktop.
Do we want to pull Hyperbahn specific logic into it's own client like Node & Go?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tchannel import TChannel, Hyperbahn | |
tchannel = TChannel('my-service') | |
tchannel.listen() # or | |
hyperbahn = Hyperbahn(tchannel) | |
hyperbahn.advertise() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Corbin seems to think we need to consider sub-channels, so I'll bang my head against the design a bit more so we don't get it wrong.