Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ihippik committed Jan 28, 2020
1 parent a81f157 commit fdeea04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ the name of the database and the name of the table `prefix + schema_table`.

Messages are published to Nats-Streaming at least once!

### DB setting
You must make the following settings in the db configuration
* wal_level >= “logical”
* max_replication_slots >= 1

### Filter configuration example

```yaml
Expand All @@ -60,6 +55,11 @@ databases:
This filter means that we only process events occurring with the `users` table,
and in particular `insert` and `update` data.

### DB setting
You must make the following settings in the db configuration (postgresql.conf)
* wal_level >= “logical”
* max_replication_slots >= 1

### Docker

You can start the container from the project folder (configuration file is required)
Expand Down

0 comments on commit fdeea04

Please sign in to comment.