You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Pulsar manager backend is a supplement and improvement to Pulsar broker.
6
6
* Route requests (add, delete, update) to brokers
7
7
* Support multi broker, dynamic change environment
8
8
9
-
### Supported configurations of backend
9
+
### Supported configurations of backend
10
10
11
11
| Name | Default |Description
12
12
| ------- | ------- | ------- |
@@ -26,7 +26,7 @@ Pulsar manager backend is a supplement and improvement to Pulsar broker.
26
26
27
27
### Use custom databases
28
28
29
-
If you have a large amount of data, you can use a custom database. The following is an example of PostgreSQL.
29
+
If you have a large amount of data, you can use a custom database. The following is an example of PostgreSQL.
30
30
31
31
1. Initialize database and table structures using [file](https://github.com/apache/pulsar-manager/tree/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
0 commit comments