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
Exists reports whether the named file or directory exists.
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.