github.com/wfusion/gofusion@v1.1.14/common/infra/watermill/pubsub/kafka/README.md (about) 1 # Watermill Kafka Pub/Sub 2 <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png"> 3 4 [![CI Status](https://github.com/ThreeDotsLabs/watermill-kafka/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-kafka/actions/workflows/master.yml) 5 [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-kafka)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-kafka) 6 7 This is Pub/Sub for the [Watermill](https://watermill.io/) project. 8 9 All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/). 10 11 Watermill is a Go library for working efficiently with message streams. It is intended 12 for building event driven applications, enabling event sourcing, RPC over messages, 13 sagas and basically whatever else comes to your mind. You can use conventional pub/sub 14 implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case. 15 16 Documentation: https://watermill.io/ 17 18 Getting started guide: https://watermill.io/docs/getting-started/ 19 20 Issues: https://github.com/ThreeDotsLabs/watermill/issues 21 22 ## Contributing 23 24 All contributions are very much welcome. If you'd like to help with Watermill development, 25 please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+) 26 and submit your pull request via GitHub. 27 28 ## Support 29 30 If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly! 31 32 Please join us on the `#watermill` channel on the [Gophers slack](https://gophers.slack.com/): You can get an invite [here](https://gophersinvite.herokuapp.com/). 33 34 ## License 35 36 [MIT License](./LICENSE)