streamer

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2020 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package streamer provides a logical stream for orc8r to push updates to gateways.

Orc8r services can implement the StreamProvider servicer interface to provide a named stream. Streamer forwards requests for updates under a specific stream name to the appropriate remote orc8r service.

E.g., consider a gateway requesting subscriber updates, from the "subscriber" stream. This takes the form

gateway -(a)-> streamer -(b)-> lte

(a) GetUpdates("subscriber") (*) streamer: look up service name of provider for "subscriber" stream (b) GetUpdates("subscriber")

Index

Constants

View Source
const (
	EAGAIN = syscall.EAGAIN
)
View Source
const (
	ServiceName = "STREAMER"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
test_utils

Jump to

Keyboard shortcuts

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