MCPcopy
hub / github.com/nats-io/nats.go / pullMaxMessagesWithBytesLimit

Struct pullMaxMessagesWithBytesLimit

jetstream/jetstream_options.go:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151type pullMaxMessagesWithBytesLimit struct {
152 maxMessages int
153 maxBytes int
154}
155
156// PullMaxMessagesWithBytesLimit limits the number of messages to be buffered
157// in the client. Additionally, it sets the maximum size a single fetch request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected