sclasen / akka-kafka

185 stars 62 forks source link

`unhandled event StartProcessing` Warning #51

Open msaffitz opened 8 years ago

msaffitz commented 8 years ago

We're seeing the following message in our logs:

[WARN] [2016-05-05 17:40:35,793] [EventService-akka.actor.default-dispatcher-12] c.s.a.k.StreamFSM akka://EventService/user/$b/stream0: unhandled event StartProcessing in state Draining

Is this an error we should be concerned about? How should we go about debugging?

Thanks in advance!