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
OrderInvoiceTopic
Name of the invoicing topic.
public string OrderInvoiceTopic { get; init; }
Property Value
SectionName
Name of the section in app settings.
public static string SectionName { get; set; }
Property Value
TimeoutInSeconds
Kafka timeout.
public int TimeoutInSeconds { get; init; }
Property Value
Last modified: 21 May 2024