Skip to content

Commit 470c481

Browse files
committed
docs: fix heading levels
1 parent 4a77bd9 commit 470c481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ String record = "temperature,location=north value=60.0";
144144
client.writeRecord(record);
145145
```
146146

147-
#### Accept partial writes and inspect failed lines
147+
### Accept partial writes and inspect failed lines
148148

149149
Partial writes are enabled by default.
150150
`acceptPartial` can be configured in three ways: client defaults via `WriteOptions`, connection string / environment variable / system property (`writeAcceptPartial` / `INFLUX_WRITE_ACCEPT_PARTIAL` / `influx.writeAcceptPartial`), or per-write `WriteOptions`.
@@ -158,7 +158,7 @@ With InfluxDB Core/Enterprise, when a write request fails due to one or more inv
158158
When partial writes are disabled, any rejected line causes all lines to be rejected.
159159
InfluxDB Clustered does not return this structured partial-write error format.
160160

161-
#### Compatibility with InfluxDB Clustered
161+
### Compatibility with InfluxDB Clustered
162162

163163
For InfluxDB Clustered, enable `useV2Api` for writes.
164164
Like other write options, this can be configured in client code, connection string / environment variable / system property (`writeUseV2Api` / `INFLUX_WRITE_USE_V2_API` / `influx.writeUseV2Api`), or per-write `WriteOptions`.

0 commit comments

Comments
 (0)