Interface IMockedConfluentProducer
A mocked implementation of Confluent.Kafka.IProducer<TKey, TValue> from Confluent.Kafka that produces to an IInMemoryTopic.
Inherited Members
IProducer<byte[], byte[]>.BeginTransaction()
IProducer<byte[], byte[]>.CommitTransaction()
IProducer<byte[], byte[]>.AbortTransaction()
IClient.Handle
IClient.Name
Namespace: Silverback.Messaging.Broker.Kafka.Mocks
Assembly: Silverback.Integration.Kafka.Testing.dll
Syntax
public interface IMockedConfluentProducer : IProducer<byte[]?, byte[]?>, IClient, IDisposable