1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 09:55:57 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
Jawher Kl
2025-02-19 16:52:04 +01:00
committed by GitHub
parent d7b3f82d18
commit 1779eef91b

View File

@@ -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)