Close shuts down the consumer. It must be called after all child PartitionConsumers have already been closed.
()
| 74 | // Close shuts down the consumer. It must be called after all child |
| 75 | // PartitionConsumers have already been closed. |
| 76 | Close() error |
| 77 | |
| 78 | // Pause suspends fetching from the requested partitions. Future calls to the broker will not return any |
| 79 | // records from these partitions until they have been resumed using Resume()/ResumeAll(). |
no outgoing calls