The Talon Manual

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In This Section

Overview

Talon provides built in discovery providers that are used to simplify configuration and make the overall system less tightly coupled. Talon discovery is used for the following:

  • Application cluster establishment (store discovery)
  • XVM discovery
    • Allows management clients such as Robin and Lumino to discover running XVM
    • Allows application's using the direct message bus binding implementation to find peer applications and connect to them. 

 

Discovery Providers

Multicast

SMA

Loopback

Local

The local discovery provider is a simple provider that can be used to find other entities in the same process. It is similar to the SMA loopback provider, but has lower overhead. The local discovery provider can be particularly useful when writing unit tests that are launching all applications in the same jvm. 

  • No labels