Close stops the ConsumerGroup and detaches any running sessions. It is required to call this function before the object passes out of scope, as it will otherwise leak memory.
()
| 69 | // Close stops the ConsumerGroup and detaches any running sessions. It is required to call |
| 70 | // this function before the object passes out of scope, as it will otherwise leak memory. |
| 71 | Close() error |
| 72 | |
| 73 | // Pause suspends fetching from the requested partitions. Future calls to the broker will not return any |
| 74 | // records from these partitions until they have been resumed using Resume()/ResumeAll(). |
no outgoing calls