Merge pull request 'Fixed some typos in the README file' (#9) from typo into master

Reviewed-on: #9
This commit is contained in:
faraphel 2024-06-23 13:28:26 +00:00
commit f17befb6be

View file

@ -29,7 +29,7 @@ docker compose up
``` ```
## Configuration ## Configuration
If wished, you can modify the configuration of the `docker-compose.yaml` file to fit your need. If you wish, you can modify the configuration of the `docker-compose.yaml` file to fit your needs.
The container `application` can be easily modified with the following environment variables : The container `application` can be easily modified with the following environment variables :
@ -38,7 +38,7 @@ The container `application` can be easily modified with the following environmen
| KAFKA_BOOTSTRAP_SERVERS | true | \<ip>[:port] | / | The Kafka server address | | KAFKA_BOOTSTRAP_SERVERS | true | \<ip>[:port] | / | The Kafka server address |
| TOPIC_TEMPERATURE_CELSIUS | false | string of alphanumeric characters, ".", "_" and "-" | temperature-celsius | The name of the Kafka topic for the temperature in Celsius | | TOPIC_TEMPERATURE_CELSIUS | false | string of alphanumeric characters, ".", "_" and "-" | temperature-celsius | The name of the Kafka topic for the temperature in Celsius |
| TOPIC_TEMPERATURE_FAHRENHEIT | false | string of alphanumeric characters, ".", "_" and "-" | temperature-fahrenheit | The name of the Kafka topic for the temperature in Fahrenheit | | | TOPIC_TEMPERATURE_FAHRENHEIT | false | string of alphanumeric characters, ".", "_" and "-" | temperature-fahrenheit | The name of the Kafka topic for the temperature in Fahrenheit | |
| TEMPERATURE_LOCATION | true | \<latitude>, \<longitude> | 49.9, 2.3 ([Amiens, France](https://fr.wikipedia.org/wiki/Amiens)) | The coordinates were to get the temperatures from | | TEMPERATURE_LOCATION | true | \<latitude>, \<longitude> | 49.9, 2.3 ([Amiens, France](https://fr.wikipedia.org/wiki/Amiens)) | The coordinates where to get the temperatures from |
## Expectation ## Expectation
The `application` container shall print the current temperature at the selected place in The `application` container shall print the current temperature at the selected place in