Suggested changes resolved

This commit is contained in:
SUMUKHA-PK 2019-03-04 17:24:53 +05:30
parent 4387462892
commit 3f9f718e3c

View file

@ -101,7 +101,9 @@ Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Th
## Starting a monolith server ## Starting a monolith server
It is possible to use 'naffka' as an in-process replacement to Kafka when using It is possible to use 'naffka' as an in-process replacement to Kafka when using
the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml` and uncomment the necessary line related to naffka(last line in the *database* section) to use naffka. the monolith server. To do this, set `use_naffka: true` in `dendrite.yaml` and uncomment
the necessary line related to naffka in the `database` section. be sure to update the
database username and password if needed.
The monolith server can be started as shown below. By default it listens for The monolith server can be started as shown below. By default it listens for
HTTP connections on port 8008, so point your client at HTTP connections on port 8008, so point your client at