| 149 | } |
| 150 | |
| 151 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected