Owneat Technical Guide main Help

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

string

SectionName

Name of the section on the app settings.

public static string SectionName { get; set; }

Property Value

string

TimeoutInSeconds

Kafka timeout.

public int TimeoutInSeconds { get; set; }

Property Value

int

UserPasswordResetTopic

Name of the kafka topic for password reset.

public string UserPasswordResetTopic { get; set; }

Property Value

string

Last modified: 21 May 2024