<!-- Thank you for suggesting an idea to improve this client. * Please add a :+1: or comment on a similar existing feature request instead of opening a new one. * https://github.com/influxdata/influxdb-client-go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3A%22enhancement%22+ --> __Proposal:__ Introduction of [Replication Streams](https://docs.influxdata.com/influxdb/v2/api/v2/#tag/Replications) and [Remotes](https://docs.influxdata.com/influxdb/v2/api/v2/#tag/RemoteConnections) to configure a [replication stream](https://docs.influxdata.com/influxdb/v2/write-data/replication/replicate-data/?t=API#configure-a-replication-stream) __Current behavior:__ Missing in the go client __Desired behavior:__ Configure remote connections and replication streams through the client __Alternatives considered:__ __Use case:__ Why is this important (helps with prioritizing requests)? Community [Terraform Provider](https://github.com/komminarlabs/terraform-provider-influxdb/issues/85#issuecomment-3075721514) for influxDB uses go client. Want to be able manage remotes and replications streams in infrastructure as code.