sync

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FanInConsumerGroupInfoClient

type FanInConsumerGroupInfoClient struct {
	Delegate exporter.ConsumerGroupInfoClient
	// contains filtered or unexported fields
}

FanInConsumerGroupInfoClient is a exporter.ConsumerGroupInfoClient decorator that makes multiple same calls to exporter.ConsumerGroupInfoClient functions only yield a single call to Delegate. This is useful to avoid running too many calls to `kafka-consumer-group.sh` if things are running slow.

func (*FanInConsumerGroupInfoClient) DescribeGroup

DescribeGroup calls f.Delegate.DescribeGroup(). If multiple overlapping calls to this function with the same parameters are made, a single call will be made to the f.Delegate.

func (*FanInConsumerGroupInfoClient) Groups

Groups calls f.Delegate.Groups(). If multiple overlapping calls to this function are made, a single call will be made to the f.Delegate.

func (*FanInConsumerGroupInfoClient) Stop

func (f *FanInConsumerGroupInfoClient) Stop()

Stop all goroutines started by other functions.

Source Files

  • metrics.go

Jump to

Keyboard shortcuts

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