MCPcopy
hub / github.com/IBM/sarama / ConfigurationError

TypeAlias ConfigurationError

errors.go:167–167  ·  view source on GitHub ↗

ConfigurationError is the type of error returned from a constructor (e.g. NewClient, or NewConsumer) when the specified configuration is invalid.

Source from the content-addressed store, hash-verified

165// ConfigurationError is the type of error returned from a constructor (e.g. NewClient, or NewConsumer)
166// when the specified configuration is invalid.
167type ConfigurationError string
168
169func (err ConfigurationError) Error() string {
170 return "kafka: invalid configuration (" + string(err) + ")"

Callers 13

ConsumePartitionMethod · 0.92
addChildMethod · 0.85
verifyProducerConfigFunction · 0.85
ManagePartitionMethod · 0.85
newConsumerGroupFunction · 0.85
ListOffsetsMethod · 0.85
dispatcherMethod · 0.85
ValidateMethod · 0.85
validateGroupInstanceIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected