nats-io / nats-kafka

NATS to Kafka Bridging
Apache License 2.0
131 stars 32 forks source link

Reword paragraph about config file #24

Closed variadico closed 3 years ago

variadico commented 3 years ago

Even though it sounds like the server might work without the config, that doesn't seem to be the case.

$ ./nats-kafka 
2021/01/14 18:46:02.427410 [INF] starting NATS-Kafka Bridge, version 0.0-dev
2021/01/14 18:46:02.427513 [INF] server time is Thu Jan 14 18:46:02 PST 2021
2021/01/14 18:46:02.427520 [INF] connecting to NATS core
2021/01/14 18:46:02.428127 [ERR] error starting bridge, nats: no servers available for connection
2021/01/14 18:46:02.428169 [INF] stopping bridge
2021/01/14 18:46:02.428178 [INF] http monitoring stopped

This updates the doc to say that a config file is required.