Namespace MASES.EntityFrameworkCore.KNet.Infrastructure
Classes
- KafkaDbContext
A KafkaDbContext instance represents a session with the Apache Kafka cluster and can be used to query and save instances of your entities. KafkaDbContext extends DbContext and it is a combination of the Unit Of Work and Repository patterns.
- KafkaDbContextOptionsBuilder
Allows Kafka specific configuration to be performed on DbContextOptions.
Interfaces
- IKafkaDbContextOptionsBuilderInfrastructure
Explicitly implemented by KafkaDbContextOptionsBuilder to hide methods that are used by database provider extension methods but not intended to be called by application developers.