Class KafkaConfiguration
Namespace: Identity.API.Settings
Assembly: Identity.API.dll
Class to inject for app settings mapping.
public sealed class KafkaConfiguration
Inheritance
object ← KafkaConfiguration
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
BootstrapServers
Host of the kafka broker.
public string BootstrapServers { get; set; }
Property Value
SectionName
Name of the section on the app settings.
public static string SectionName { get; set; }
Property Value
TimeoutInSeconds
Kafka timeout.
public int TimeoutInSeconds { get; set; }
Property Value
UserPasswordResetTopic
Name of the kafka topic for password reset.
public string UserPasswordResetTopic { get; set; }
Property Value
Last modified: 21 May 2024