broker

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package broker contains data types, interfaces, and methods related to brokers that can be used to consume input messages by aggegator.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Address             string        `mapstructure:"address" toml:"address"`
	Topic               string        `mapstructure:"topic" toml:"topic"`
	Timeout             time.Duration `mapstructure:"timeout" toml:"timeout"`
	PayloadTrackerTopic string        `mapstructure:"payload_tracker_topic" toml:"payload_tracker_topic"`
	ServiceName         string        `mapstructure:"service_name" toml:"service_name"`
	Group               string        `mapstructure:"group" toml:"group"`
	Enabled             bool          `mapstructure:"enabled" toml:"enabled"`
	OrgAllowlist        mapset.Set    `mapstructure:"org_allowlist_file" toml:"org_allowlist_file"`
	OrgAllowlistEnabled bool          `mapstructure:"enable_org_allowlist" toml:"enable_org_allowlist"`
}

Configuration represents configuration of Kafka broker

Jump to

Keyboard shortcuts

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