lovoo / goka

Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View.Get fails on reconnecting view

frairon opened this issue · comments

Goka views can be configured to tolerate Kafka connection issues and reconnect.

Currently, a view returns an error calling .Get when the view is in reconnecting state.

fixed.