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.
func TopicNameValidatorDiag ¶ added in v0.5.0
func TopicNameValidatorDiag(i interface{}, p cty.Path) diag.Diagnostics
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
¶
- client.go
- permission_grant.go
- provider.go
- resource_pulsar_cluster.go
- resource_pulsar_function.go
- resource_pulsar_namespace.go
- resource_pulsar_package.go
- resource_pulsar_permission_grant.go
- resource_pulsar_schema.go
- resource_pulsar_sink.go
- resource_pulsar_source.go
- resource_pulsar_subscription.go
- resource_pulsar_tenant.go
- resource_pulsar_topic.go
- schema_backlog_quota.go
- util.go
- validate_helpers.go
Click to show internal directories.
Click to hide internal directories.