Owneat Technical Guide main Help

Class KafkaConfiguration

Namespace: Ordering.API.Settings
Assembly: Ordering.API.dll

Kafka configuration variables.

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; init; }

Property Value

string

OrderInvoiceTopic

Name of the invoicing topic.

public string OrderInvoiceTopic { get; init; }

Property Value

string

SectionName

Name of the section in app settings.

public static string SectionName { get; set; }

Property Value

string

TimeoutInSeconds

Kafka timeout.

public int TimeoutInSeconds { get; init; }

Property Value

int

Last modified: 21 May 2024