Table of Contents

Class KafkaEventId

Namespace
MASES.EntityFrameworkCore.KNet.Diagnostics
Assembly
MASES.EntityFrameworkCore.KNet.dll

Event IDs for Kafka events that correspond to messages logged to an ILogger and events sent to a DiagnosticSource.

public static class KafkaEventId
Inheritance
KafkaEventId
Inherited Members

Remarks

These IDs are also used with WarningsConfigurationBuilder to configure the behavior of warnings.

See Logging, events, and diagnostics, and The EF Core Kafka database provider for more information and examples.

Fields

ChangesSaved

Changes were saved to the database.

public static readonly EventId ChangesSaved

Field Value

EventId

Remarks

This event is in the DbLoggerCategory.Update category.

This event uses the SaveChangesEventData payload when used with a DiagnosticSource.

TransactionIgnoredWarning

A transaction operation was requested, but ignored because Kafka does not support transactions.

public static readonly EventId TransactionIgnoredWarning

Field Value

EventId

Remarks

This event is in the DbLoggerCategory.Database.Transaction category.

This event uses the EventData payload when used with a DiagnosticSource.