> */ public function configs(): Generator { yield 'default' => [ new ClientConfig( heartbeatInterval: 3000, snappy: false, ), ]; yield 'snappy' => [ new ClientConfig( heartbeatInterval: 3000, snappy: true, ), ]; } }