Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kafka ¶
type Kafka struct {
// contains filtered or unexported fields
}
Kafka allows reading/writing to a Kafka consumer group.
type OAuthTokenSource ¶ added in v1.6.0
type OAuthTokenSource struct { CachedToken oauth2.Token Extensions map[string]string TokenEndpoint oauth2.Endpoint ClientID string ClientSecret string Scopes []string // contains filtered or unexported fields }
func (*OAuthTokenSource) Token ¶ added in v1.6.0
func (ts *OAuthTokenSource) Token() (*sarama.AccessToken, error)
type SaramaLogBridge ¶ added in v1.6.0
type SaramaLogBridge struct {
// contains filtered or unexported fields
}
func (SaramaLogBridge) Print ¶ added in v1.6.0
func (b SaramaLogBridge) Print(v ...interface{})
func (SaramaLogBridge) Printf ¶ added in v1.6.0
func (b SaramaLogBridge) Printf(format string, v ...interface{})
func (SaramaLogBridge) Println ¶ added in v1.6.0
func (b SaramaLogBridge) Println(v ...interface{})
Click to show internal directories.
Click to hide internal directories.