Closed jney closed 4 years ago
You didn't call Run()
. There is a simple sample app here https://github.com/twitchscience/kinsumer/blob/master/cmd/noopkinsumer/main.go
(Closed the issue because I believe this answers the question, if you have more questions feel free to reopen or make a new issue)
Here is a sample of our code we rewrote using kinsumer instead of https://github.com/harlow/kinesis-consumer. It used to work using kinesis-consumer but we could only have one consumer per application. Anyway, we wrote the following code but we are stuck at
k.Next()
, the last logbefore next
Do someone have a any idea what we did wrong? Thank you