From 018efa2b8ba13482fa90ded24d91b64880c98024 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sat, 10 Dec 2022 01:11:09 +0800 Subject: [PATCH] Update wasmedge-kafka-mysql/README.md Signed-off-by: Michael Yuan Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Signed-off-by: Michael Yuan --- wasmedge-kafka-mysql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmedge-kafka-mysql/README.md b/wasmedge-kafka-mysql/README.md index 1d375e5..1efd5d7 100644 --- a/wasmedge-kafka-mysql/README.md +++ b/wasmedge-kafka-mysql/README.md @@ -73,7 +73,7 @@ services: MYSQL_ROOT_PASSWORD: whalehello ``` -The compose file defines an application with three services `redpanda`, `etl` and `db`. The `redpanda` is a Kafka-compatible messaging server that produces messages in a queue topic. The `etl` service, in the WasmEdge container, subscribes to the queue topic and receives incoming messages. Each incoming message is parsed and stored in the `db` MySQL database server. +The compose file defines an application with three services `redpanda`, `etl` and `db`. The `redpanda` service is a Kafka-compatible messaging server that produces messages in a queue topic. The `etl` service, in the WasmEdge container that subscribes to the queue topic and receives incoming messages. Each incoming message is parsed and stored in the `db` MySQL (MariaDB) database server. ## Deploy with docker compose