mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-24 01:42:55 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user