Skip to content

8.4 Bootstrapping clients from a Channel #24

@chhil

Description

@chhil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions