Close closes the kafka connection.
()
| 537 | |
| 538 | // Close closes the kafka connection. |
| 539 | func (c *Conn) Close() error { |
| 540 | return c.conn.Close() |
| 541 | } |
| 542 | |
| 543 | // LocalAddr returns the local network address. |
| 544 | func (c *Conn) LocalAddr() net.Addr { |
no outgoing calls