zendesk/racecar

start_from_beginning: false still starts from beginning

lrgalego opened this issue · 1 comments

I created a consumer and want to start listening at the end of the stream.
Set the start_from_beginning to false like it says on the readme doc, but my consumer starts reading from the beginning.

Using version 2.1.1

subscribes_to 'my-topic', start_from_beginning: false

This was my mistake I made. The flag is working. I'll close the issue.