From 1779eef91bfc94c00a73e1c6ae7aa58c972bf943 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Wed, 19 Feb 2025 16:52:04 +0100 Subject: [PATCH] Update watermill resources (#8230) * Update 100-watermill.md Enhance Watermill description with additional resources * Update src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md --------- Co-authored-by: Kamran Ahmed --- .../golang/content/109-go-microservices/100-watermill.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md b/src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md index 3de27d50f..1ba6bccbe 100644 --- a/src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md +++ b/src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md @@ -1,8 +1,9 @@ # Watermill -Watermill is an event streaming library for handling asynchronous requests in go. It provides multiple sets of implementations for pub/sub. -e.g: You can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog, if that fits your use case. +Watermill is an event streaming library for handling asynchronous requests in Go. It provides multiple implementations for pub/sub. +For example, you can use conventional pub/sub systems like Kafka or RabbitMQ, as well as HTTP or MySQL binlog, depending on your use case. Visit the following resources to learn more: -- [@official@Watermill Website](https://watermill.io/) +- [@official@Watermill Website](https://watermill.io) +- [@official@Watermill Documentation](https://watermill.io/docs/getting-started)