confluentinc/examples

[Suggestion] .Net Client should demonstrate how to avoid re-consuming already consumed events

douglasg14b opened this issue · 0 comments

Whenever the consume method is ran, already consumed events are re-consumed. Likely this would be undesirable behavior for an app instance that has restarted.

Example should demonstrate how to avoid this.