PaulRMellor commented on a change in pull request #512: DISPATCH-1338: Restructure Dispatch Router book for edge router URL: https://github.com/apache/qpid-dispatch/pull/512#discussion_r288411354
########## File path: docs/books/user-guide/assemblies/configuring-router-network-topology.adoc ########## @@ -0,0 +1,61 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License +//// + +// This assembly is included in the following assemblies: +// +// book.adoc + +[id='configuring-router-network-topology-{context}'] += Configuring a router network topology + +You can deploy {RouterName} as a single standalone router, or as multiple routers connected together in a router network. Router networks can be any arbitrary topology, enabling you to design the network to best fit your requirements. + +With {RouterName}, the router network topology is independent from the message routing. This means that messaging clients always experience the same message routing behavior regardless of the underlying network topology. Even in a multi-site or hybrid cloud router network, the connected endpoints behave as if they were connected to a single, logical router. + +To configure the router network topology, complete the following: + +. xref:planning-router-network-router[Plan the router network]. ++ +You should understand the different router operating modes you can deploy in your topology, and be aware of security requirements for the interior portion of the router network. + +. xref:adding-routers-router-network-router[Build the router network by adding routers one at a time]. Review comment: You wouldn't want to have the configuration procedures (3.3 to 3.6) as sub-sections of this section similar to the structure in the planning stage? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
