Skip to content

Commit

Permalink
markdown linter
Browse files Browse the repository at this point in the history
  • Loading branch information
theweakgod committed Feb 20, 2024
1 parent a6df735 commit ca93c26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/latest/discovery/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,13 @@ The `keepalive` has two optional values:
- `true`, default and recommend value, use the long pull way to query consul servers
- `false`, not recommend, it would use the short pull way to query consul servers, then you can set the `fetch_interval` for fetch interval


The `sort_type` has four optional values:

- `origin`, not sorting
- `host_sort`, sort by host
- `port_sort`, sort by port
- `combine_sort`, with the precondition that hosts are ordered, ports are also ordered.


#### Dump Data

When we need reload `apisix` online, as the `consul` module maybe loads data from CONSUL slower than load routes from ETCD, and would get the log at the moment before load successfully from consul:
Expand Down

0 comments on commit ca93c26

Please sign in to comment.