/Kafka.TestFramework

An in-memory test framework for Kafka clients

Primary LanguageC#MIT LicenseMIT

Kafka.TestFramework

An in-memory test framework for Kafka clients which can be used to subscribe on request messages and respond with response messages. The test server can be used in-memory or connected to clients over TCP.

Build status

Build history

Download

https://www.nuget.org/packages/kafka.testframework

Getting Started

The test framework can be used in-memory or by setting up a TCP socket that the kafka client can connect to. See the integration tests.