dtds

This app provides a distributed topic discovery service. Producers and consumers of topics register themselves with the service and can query this information.


License
Apache-2.0

Documentation

Tds

This is a topic discovery service

Installation

If available in Hex, the package can be installed as:

  1. Add tds to your list of dependencies in mix.exs:

    def deps do
      [{:tds, "~> 0.1.0"}]
    end
  2. Ensure tds is started before your application:

    def application do
      [applications: [:tds]]
    end