Add deployment
This commit is contained in:
@@ -11,4 +11,11 @@ public class KafkaOptions
|
||||
public int MaxPoisonRetries { get; set; } = 5;
|
||||
public string NotificationPublisherGroupId { get; set; } = "notification-publisher";
|
||||
public string NotificationPublisherAutoOffsetReset { get; set; } = "Earliest";
|
||||
|
||||
/// <summary>Plaintext for local compose; SaslSsl (etc.) for production.</summary>
|
||||
public string SecurityProtocol { get; set; } = "Plaintext";
|
||||
public string? SaslMechanism { get; set; }
|
||||
public string? SaslUsername { get; set; }
|
||||
public string? SaslPassword { get; set; }
|
||||
public string? SslCaLocation { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user