From ab03816b0f0798164dcb274e9e3e55bc5bde0e4a Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Wed, 15 Mar 2023 09:47:57 +0000 Subject: [PATCH] Links fixed in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce298d5..13249b1 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ generating the documentation only and it is not being checked by the actual server. Next, an object of the -[`FastKafka`](https://airtai.github.io/fastkafka/0.2.2rc5/api/fastkafka/FastKafka/#fastkafka.FastKafka) +[`FastKafka`](https://airtai.github.io/fastkafka/0.2.2/api/fastkafka/FastKafka/#fastkafka.FastKafka) class is initialized with the minimum set of arguments: - `kafka_brokers`: a dictionary used for generation of documentation @@ -244,7 +244,7 @@ def to_predictions(species_class: int) -> IrisPrediction: ## Testing the service The service can be tested using the -[`Tester`](https://airtai.github.io/fastkafka/0.2.2rc5/api/fastkafka/testing/Tester/#fastkafka.testing.Tester) +[`Tester`](https://airtai.github.io/fastkafka/0.2.2/api/fastkafka/testing/Tester/#fastkafka.testing.Tester) instances which internally starts Kafka broker and zookeeper. Before running tests, we have to install Java runtime and Apache Kafka @@ -416,9 +416,9 @@ def to_predictions(species_class: int) -> IrisPrediction: To run the service, you will need a running Kafka broker on localhost as specified by the `bootstrap_servers="localhost:9092"` parameter above. We can start the Kafka broker locally using the -[`LocalKafkaBroker`](https://airtai.github.io/fastkafka/0.2.2rc5/api/fastkafka/testing/LocalKafkaBroker/#fastkafka.testing.LocalKafkaBroker). +[`LocalKafkaBroker`](https://airtai.github.io/fastkafka/0.2.2/api/fastkafka/testing/LocalKafkaBroker/#fastkafka.testing.LocalKafkaBroker). Notice that the same happens automatically in the -[`Tester`](https://airtai.github.io/fastkafka/0.2.2rc5/api/fastkafka/testing/Tester/#fastkafka.testing.Tester) +[`Tester`](https://airtai.github.io/fastkafka/0.2.2/api/fastkafka/testing/Tester/#fastkafka.testing.Tester) as shown above. [INFO] fastkafka._testing.local_broker: LocalKafkaBroker.start(): entering...