MCPcopy
hub / github.com/segmentio/kafka-go / Config

Method Config

reader.go:751–753  ·  view source on GitHub ↗

Config returns the reader's configuration.

()

Source from the content-addressed store, hash-verified

749
750// Config returns the reader's configuration.
751func (r *Reader) Config() ReaderConfig {
752 return r.config
753}
754
755// Close closes the stream, preventing the program from reading any more
756// messages from it.

Callers 1

prepareReaderFunction · 0.80

Calls

no outgoing calls

Tested by 1

prepareReaderFunction · 0.64