kellanburket / franz

A Kafka Client for Swift
MIT License
85 stars 19 forks source link

Consumer not listening for messages at all #15

Open abdulyasin opened 5 years ago

abdulyasin commented 5 years ago

Consumer not listening for messages at all

I am trying to access consumer by cluster as shown below: let consumer = self.cluster.getConsumer

nvhuan2810 commented 5 years ago

On the latest kafka version, the group state name "AwaitingSync" has been renamed by "CompletingRebalance" state. So self.cluster.getConsumer not listening for messages at all

saujidaprostem commented 1 year ago

is this issue resolved please let me know ...i need help on this