Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bisand/upstash-kafka


https://github.com/bisand/upstash-kafka

Last synced: 7 days ago
JSON representation

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.