jonathansant/Orleans.Streams.Kafka

It seems that need to set AutoOffsetReset in ConsumerConfig

Closed this issue · 0 comments

It seems that need to set AutoOffsetReset in ConsumerConfig, otherwise, if the topic and group are created for the first time, the result of consumer.Consume will always be null.