I am trying to write a Kafka Consumer with GroupId foo, which Subscribes to a certain topic and reads from the very beginning (even if there is a previous offset). I tried to use Subscribe with the rebalance callback, but it never seems to be called (have set the go.application setting).
Is there any example how one would make this work?
EDIT: Added more details