Skip to content

TimurRybakov/KafkaRequestResponses

Repository files navigation

KafkaRequestResponse

A request-response pattern between two applications with Kafka for testing synchronious http requests with asynchronious balancing and processing.

 HTTP GET   |------------|------->|------------|------->|------------|
----------> | Gateway API|        |    Kafka   |        | Processor1 |
            |------------|<-------|------------|<-------|------------|
                                         |
                                         |------------->|------------|
                                         |              | Processor2 |
                                         |<-------------|------------|

Distributed application built with .NET Aspire SDK + Confluent.Kafka library. Topic creation is self-managed by services.

About

A .NET Aspire request-response distributed application with Kafka

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages