Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Farfetch/kafkaflow
Apache Kafka .NET Framework to create applications simple to use and extend.
https://github.com/Farfetch/kafkaflow
apache-kafka c-sharp consumer csharp dotnet dotnetcore farfetch hacktoberfest kafka kafka-client kafka-clients kaflaflow middlewares nuget workers
Last synced: about 19 hours ago
JSON representation
Apache Kafka .NET Framework to create applications simple to use and extend.
- Host: GitHub
- URL: https://github.com/Farfetch/kafkaflow
- Owner: Farfetch
- License: mit
- Created: 2020-06-02T18:11:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T01:26:51.000Z (2 months ago)
- Last Synced: 2024-11-12T04:34:47.788Z (about 24 hours ago)
- Topics: apache-kafka, c-sharp, consumer, csharp, dotnet, dotnetcore, farfetch, hacktoberfest, kafka, kafka-client, kafka-clients, kaflaflow, middlewares, nuget, workers
- Language: C#
- Homepage: https://farfetch.github.io/kafkaflow/
- Size: 21.2 MB
- Stars: 650
- Watchers: 28
- Forks: 119
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# KafkaFlow ยท [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/farfetch/kafkaflow/blob/main/LICENSE) [![nuget version](https://img.shields.io/nuget/v/KafkaFlow.svg?style=flat)](https://www.nuget.org/packages/KafkaFlow/) ![Build Master](https://github.com/Farfetch/kafkaflow/workflows/Build/badge.svg?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/49878b337fde46839c5f08051c2ba098)](https://app.codacy.com/gh/Farfetch/kafkaflow?utm_source=github.com&utm_medium=referral&utm_content=Farfetch/kafkaflow&utm_campaign=Badge_Grade_Dashboard) [![Slack](https://img.shields.io/badge/[email protected]?logo=slack)](https://join.slack.com/t/kafkaflow/shared_invite/zt-puihrtcl-NnnylPZloAiVlQfsw~RD6Q)
## Introduction
โก๏ธ KafkaFlow was designed to build .NET applications on top of Apache Kafka in a simple and maintainable way.
๐ Built on top of [Confluent Kafka Client](https://github.com/confluentinc/confluent-kafka-dotnet).
๐ Extensible by design.
Want to give it a try? Check out our [Quickstart](https://farfetch.github.io/kafkaflow/docs/getting-started/create-your-first-application)!
## Installation
[Read the docs](https://farfetch.github.io/kafkaflow/docs/getting-started/installation) for any further information.
## Documentation
Learn more about using KafkaFlow on the [site](https://farfetch.github.io/kafkaflow/docs/)!
## Contributing
Read our [contributing guidelines](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
## Get in touch
You can find us at:
- [GitHub Issues](https://github.com/Farfetch/kafkaflow/issues)
- [GitHub Discussions](https://github.com/Farfetch/kafkaflow/discussions)
- [Slack](https://join.slack.com/t/kafkaflow/shared_invite/zt-puihrtcl-NnnylPZloAiVlQfsw~RD6Q)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/kafkaflow)## License
KafkaFlow is a free and open source project, released under the permissible [MIT license](LICENSE).