Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bisand/upstash-kafka
https://github.com/bisand/upstash-kafka
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bisand/upstash-kafka
- Owner: bisand
- License: mit
- Created: 2024-04-17T04:44:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T08:11:02.000Z (9 months ago)
- Last Synced: 2024-05-01T21:28:20.834Z (8 months ago)
- Language: C#
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Upstash.Kafka.Client
An HTTP/REST based Kafka client built on top of
[Upstash REST API](https://docs.upstash.com/kafka/rest).C# implementation of a client library using Upstash HTTP/REST api, suited for situations where HTTP is the only option.
> **Disclaimer**!
This library is **not** associated with Upstash in any way, but it is inspired by the [javascript implementation from Upstash](https://github.com/upstash/upstash-kafka). Some of the text in this readme is borrowed from there.## The implementation
[Upstash.Kafka.Client](src/UpstashKafka/) can be found here.