nats

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package nats provides a NATS registry using broadcast queries

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultQuorum = 0
)

Functions

func NewRegistry

func NewRegistry(opts ...registry.Option) registry.Registry

func Options

func Options(nopts nats.Options) registry.Option

Options allow to inject a nats.Options struct for configuring the nats connection.

func QueryTopic

func QueryTopic(s string) registry.Option

QueryTopic allows to set a custom nats topic on which service registries query (survey) other services. All registries listen on this topic and then respond to the query message.

func Quorum

func Quorum(n int) registry.Option

func RegisterAction

func RegisterAction(s string) registry.Option

RegisterAction allows to set the action to use when registering to nats. As of now there are three different options: - "create" (default) only registers if there is noone already registered under the same key. - "update" only updates the registration if it already exists. - "put" creates or updates a registration

func WatchTopic

func WatchTopic(s string) registry.Option

WatchTopic allows to set a custom nats topic on which registries broadcast changes (e.g. when services are added, updated or removed). Since we don't have a central registry service, each service typically broadcasts in a determined frequency on this topic.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL