Table of Contents

Interface IMockedConfluentProducer

Namespace
Silverback.Messaging.Broker.Kafka.Mocks
Assembly
Silverback.Integration.Kafka.Testing.dll

A mocked implementation of Confluent.Kafka.IProducer<TKey, TValue> from Confluent.Kafka that produces to an IInMemoryTopic.

public interface IMockedConfluentProducer : IProducer<byte[]?, byte[]?>, IClient, IDisposable
Inherited Members
IProducer<byte[], byte[]>.BeginTransaction()
IProducer<byte[], byte[]>.CommitTransaction()
IProducer<byte[], byte[]>.AbortTransaction()
IClient.Handle
IClient.Name