pulsar

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProcessingGuaranteesAtLeastOnce     = "ATLEAST_ONCE"
	ProcessingGuaranteesAtMostOnce      = "ATMOST_ONCE"
	ProcessingGuaranteesEffectivelyOnce = "EFFECTIVELY_ONCE"
)
View Source
const (
	SubscriptionPositionEarliest = "Earliest"
	SubscriptionPositionLatest   = "Latest"
)
View Source
const DefaultPulsarAPIVersion string = "0" // 0 will automatically match the default api version

Variables

This section is empty.

Functions

func FileExists added in v0.1.3

func FileExists(name string) bool

Exists reports whether the named file or directory exists.

func Provider

func Provider() *schema.Provider

Provider returns a schema.Provider

Types

type PulsarClientBundle added in v0.4.0

type PulsarClientBundle struct {
	Client   pulsaradmin.Client
	V3Client pulsaradmin.Client
}

PulsarClientBundle is a struct that holds the pulsar admin client for both v2 and v3 api versions

Jump to

Keyboard shortcuts

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