You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Factory method that creates settings based on the consumer GroupId.
27
27
/// See also: https://kafka.apache.org/documentation/#newconsumerconfigs
@@ -32,30 +32,30 @@ public class KafkaMessageBusSettings
32
32
/// </summary>
33
33
publicTimeSpanConsumerPollRetryInterval{get;set;}
34
34
35
-
/// <summary>
36
-
/// Serializer used to serialize Kafka message header values. If not specified the default serializer will be used (setup as part of the bus config). By default the <see cref="DefaultKafkaHeaderSerializer"/> is used.
35
+
/// <summary>
36
+
/// Serializer used to serialize Kafka message header values. If not specified the default serializer will be used (setup as part of the bus config). By default the <see cref="DefaultKafkaHeaderSerializer"/> is used.
_producerDeliveryReportsEnabled=config.EnableDeliveryReports??true;// when not set per Confluent.KafkaNet docs, it's defaulting to true
58
+
_producerDeliveryReportsEnabled=config.ConfluentConfig.EnableDeliveryReports??true;// when not set per Confluent.KafkaNet docs, it's defaulting to true
0 commit comments