Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.4 Bootstrapping clients from a Channel #24

Open
chhil opened this issue Oct 7, 2015 · 0 comments
Open

8.4 Bootstrapping clients from a Channel #24

chhil opened this issue Oct 7, 2015 · 0 comments

Comments

@chhil
Copy link

chhil commented Oct 7, 2015

I am looking into bootstapping a client from a servers channel handler.
If I have Server1

  • serverhandler1
  • serverhandler2
  • Bootstrap a client1 connected to Server2
    • ClientHandler1
    • ClientHandler2
  • ServerHandler3

I am finding it difficult to understand how the data would flow in a setup like this.
Inbound from client that is connected to my server1.
Process the data and send it to the server2 connected by my client1.
Get a response from server2.
Do something with the response from server2 create a response and send it to the client connected to server1.
If its possible, could you provide some snippets or pointers on how to deal with this?
Did not find the book code provided in chap8 here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant