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>
pull/8244/head
Jawher Kl 1 month ago committed by GitHub
parent d7b3f82d18
commit 1779eef91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/data/roadmaps/golang/content/109-go-microservices/100-watermill.md

@ -1,8 +1,9 @@
# Watermill # Watermill
Watermill is an event streaming library for handling asynchronous requests in go. It provides multiple sets of implementations for pub/sub. Watermill is an event streaming library for handling asynchronous requests in Go. It provides multiple 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. 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: 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)

Loading…
Cancel
Save