Click or drag to resize
Grid Solutions Framework

TimeSeriesConsumerTrackConsumerOffset Property

Gets or sets flag that determines if consumer offset should be tracked between adapter instantiations.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool TrackConsumerOffset { get; set; }
View Source

Property Value

Boolean
See Also